blob: e4c4faebb5fa4ff2dcacdf4abdbbeaaff0fa8888 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
QT *= gui widgets qml quick
SOURCES *= $${PWD}/RootWindow.cpp
HEADERS *= $${PWD}/RootWindow.h
#update the includepath so we can just #include as needed without paths
INCLUDEPATH *= $${PWD}
include($${PWD}/src-cpp/src-cpp.pri)
include($${PWD}/src-qml/src-qml.pri)
|