blob: 25aa02b7e0687784c9ee8d6aa0c9a01dcf4666e7 (
plain)
1
2
3
4
5
6
7
8
|
SOURCES *= $${PWD}/RootWindow.cpp
HEADERS *= $${PWD}/RootWindow.h
#update the includepath so we can just #include as needed without paths
INCLUDEPATH *= $${PWD}
include(../../../src-cpp/Desktop.pri)
|