blob: b83240e5983946b61163376f4ac71ad443596cc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Files
SOURCES *= $${PWD}/RootWindow.cpp \
$${PWD}/RootSubWindow.cpp \
$${PWD}/RootSubWindow-animations.cpp
HEADERS *= $${PWD}/RootWindow.h \
$${PWD}/RootSubWindow.h
INCLUDEPATH *= ${PWD}
# include other library dependencies
include(LUtils.pri)
include(NativeWindow.pri)
include(LIconCache.pri)
include(DesktopSettings.pri)
|