aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.pro
blob: c483ef8ccd9c18cf4b0bc496ab51303cf57e5cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0