Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlmoduleplugin / tst_qqmlmoduleplugin.pro
1 CONFIG += testcase
2 TARGET = tst_qqmlmoduleplugin
3
4 HEADERS = ../../shared/testhttpserver.h
5 SOURCES = tst_qqmlmoduleplugin.cpp \
6           ../../shared/testhttpserver.cpp
7 CONFIG -= app_bundle
8
9 include (../../shared/util.pri)
10
11 TESTDATA = data/* imports/* $$OUT_PWD/imports/*
12
13 QT += core-private gui-private qml-private network testlib
14 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0