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