aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativesqldatabase/qdeclarativesqldatabase.pro
blob: d3195df074ae4477f19f53d2d03d5157e449900e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase
TARGET = tst_qdeclarativesqldatabase
macx:CONFIG -= app_bundle

SOURCES += tst_qdeclarativesqldatabase.cpp \
           ../../shared/util.cpp
HEADERS += ../../shared/util.h

CONFIG += parallel_test

testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles

QT += core-private gui-private v8-private declarative-private quick-private sql testlib