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