blob: 7994bb93f213ac40b044d90456fcafaf4bb52362 (
plain)
1
2
3
4
5
6
7
8
|
#update the includepath so we can just #include as needed without paths
INCLUDEPATH *= $${PWD}
SOURCES *= $${PWD}/RootDesktop.cpp \
$${PWD}/ContextMenu.cpp
HEADERS *= $${PWD}/RootDesktop.h \
$${PWD}/ContextMenu.h
|