aboutsummaryrefslogtreecommitdiff
path: root/mthemedaemon/test/mthemedaemontest.pro
blob: f4941f29189704737ec607f06f21bb8b5aef24a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
include(../../mkspecs/common.pri)

INCLUDEPATH += . ../ ../../src/include ../../src ../../src/corelib ../../src/corelib/core ../../src/corelib/theme
DEPENDPATH += $$INCLUDEPATH
QMAKE_LIBDIR += ../lib
TEMPLATE = app
DEPENDPATH += .

QT += svg network

# override theme directory
DEFINES += IMAGESDIR=\\\"./images\\\"

# we want to be able to access private classes
DEFINES += UNIT_TEST

!win32:CONFIG += link_pkgconfig
PKGCONFIG += gconf-2.0

# Input
SOURCES += main.cpp \
           clientmanager.cpp \
           testclient.cpp \
            ../../src/corelib/theme/mremotethemedaemon.cpp \
           ../../src/corelib/theme/mthemedaemon.cpp \
           ../../src/corelib/theme/mcommonpixmaps.cpp \
           ../../src/corelib/theme/mimagedirectory.cpp \
           ../../src/corelib/theme/mthemedaemonclient.cpp \
           ../../src/corelib/theme/mthemedaemonprotocol.cpp \
           ../../src/corelib/theme/mthemeresourcemanager.cpp \
           ../../src/corelib/core/mgconfitem.cpp \
           ../../src/corelib/core/mcpumonitor.cpp \


HEADERS += clientmanager.h \
           testclient.h \
           ../keypresswaiter.h \
           ../../src/corelib/theme/mremotethemedaemon.h \
           ../../src/corelib/theme/imthemedaemon.h \
           ../../src/corelib/theme/mthemedaemon.h \
           ../../src/corelib/theme/mcommonpixmaps.h \
           ../../src/corelib/theme/mimagedirectory.h \
           ../../src/corelib/theme/mthemedaemonclient.h \
           ../../src/corelib/theme/mthemedaemonprotocol.h \
           ../../src/corelib/theme/mthemeresourcemanager.h \
           ../../src/corelib/core/mgconfitem.h \
           ../../src/corelib/core/mcpumonitor.h \

SUBDIRS += testdaemodrgtrgn