blob: 9426b6b40c3c34c978d0f889f982a08576e76ed4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Files
SOURCES *= $${PWD}/RootWindow.cpp \
$${PWD}/RootWindow-mgmt.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)
|