aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativemousearea/qdeclarativemousearea.pro
blob: 6f426c50c56ec05f678b6f63a6f09ca2b2191499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qdeclarativemousearea
macx:CONFIG -= app_bundle

HEADERS += ../../shared/testhttpserver.h
SOURCES += tst_qdeclarativemousearea.cpp ../../shared/testhttpserver.cpp

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

CONFIG += parallel_test

QT += core-private gui-private widgets-private declarative-private qtquick1-private network testlib