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