blob: e4d5f00ba52a98778489ce963f68033e280209fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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)
include(LIconCache.pri)
|