aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.pro
blob: 43bd112415561cc6b66a030119ccd9a90736fab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qqmlmoduleplugin

HEADERS = ../../shared/testhttpserver.h
SOURCES = tst_qqmlmoduleplugin.cpp \
          ../../shared/testhttpserver.cpp
CONFIG -= app_bundle

include (../../shared/util.pri)

TESTDATA = data/* imports/* $$OUT_PWD/imports/*

QT += core-private gui-private qml-private network testlib