Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlmoduleplugin / preemptedStrictModule / preemptedStrictModule.pro
1 TEMPLATE = lib
2 CONFIG += plugin
3 SOURCES = plugin.cpp
4 QT = core qml
5 DESTDIR = ../imports/com/nokia/PreemptedStrictModule
6
7 QT += core-private gui-private qml-private
8
9 IMPORT_FILES = \
10         qmldir
11
12 include (../../../shared/imports.pri)
13 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0