summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativenotifier/qdeclarativenotifier.pro
blob: e7f5b19df8938ab8ef5f9f96f56ba387a39fe90b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative
SOURCES += tst_qdeclarativenotifier.cpp
macx:CONFIG -= app_bundle

wince*: {
    DEFINES += SRCDIR=\\\".\\\"
} else:!symbian: {
    DEFINES += SRCDIR=\\\"$$PWD\\\"
}

CONFIG += parallel_test