aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgdrag/qsgdrag.pro
blob: 213385cd1fc57ebb43072c01bab0470d38ba98d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative gui network
macx:CONFIG -= app_bundle

SOURCES += tst_qsgdrag.cpp

DEFINES += SRCDIR=\\\"$$PWD\\\"

CONFIG += parallel_test

QT += core-private gui-private declarative-private