1 2 3 4 5 6 7 8 9 10 11 12 13
# Files SOURCES *= $${PWD}/RootWindow.cpp \ $${PWD}/RootSubWindow.cpp HEADERS *= $${PWD}/RootWindow.h \ $${PWD}/RootSubWindow.h INCLUDEPATH *= ${PWD} # include other library dependencies include(LUtils.pri) include(NativeWindow.pri);