forked from nemomobile-graveyard/meegotouch-systemui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcommon_top.pri
34 lines (28 loc) · 863 Bytes
/
common_top.pri
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
include(../check.pri)
include(../../mconfig.pri)
include(../../localconfig.pri)
ROOTSRCDIR = ../../src
LIBNOTIFICATIONSRCDIR = $$ROOTSRCDIR/libnotificationsystem
SRCDIR = $$ROOTSRCDIR/systemui
NOTIFICATIONSRCDIR = $$SRCDIR/notifications
STUBSDIR = ../stubs
COMMONDIR = ../common
INCLUDEPATH += $$M_INSTALL_HEADERS $$SRCDIR $$STUBSDIR
DEPENDPATH = $$INCLUDEPATH
CONFIG += meegotouch link_pkgconfig qmsystem2
QT += testlib network gui dbus xml
TEMPLATE = app
DEFINES += UNIT_TEST
LIBS += -L../../lib
QMAKE_LFLAGS_RPATH = -Wl
contains(DEFINES, HAVE_CONTEXTSUBSCRIBER) {
PKGCONFIG += contextsubscriber-1.0
}
contains(DEFINES, HAVE_LIBNGF) {
PKGCONFIG += libngf0
}
PKGCONFIG += dbus-1
DEFINES += APPLICATION_EXTENSION_DIR=\'$$quote(\"$$M_APPLICATION_EXTENSION_DIR\")\'
# install tests
target.path = $$[QT_INSTALL_LIBS]/system-ui-tests
INSTALLS += target