blob: 5ed94f1b0d0017a57e00cca6ef3dae257a631927 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#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}/NativeEmbedWidget.h \
$${PWD}/Panel.h \
$${PWD}/Plugin.h
|