blob: 7ed228f765a2465a39324480841f023ad0e96468 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#update the includepath so we can just #include as needed without paths
INCLUDEPATH *= $${PWD}
SOURCES *= $${PWD}/RootDesktop.cpp \
$${PWD}/ContextMenu.cpp \
$${PWD}/NativeWindow.cpp \
$${PWD}/Panel.cpp
HEADERS *= $${PWD}/RootDesktop.h \
$${PWD}/ContextMenu.h \
$${PWD}/NativeWindow.h \
$${PWD}/Panel.h \
$${PWD}/Plugin.h
|