Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlbundle / data / imports / bundletest / plugin1.pro
1 TEMPLATE = lib
2 CONFIG += plugin
3 SOURCES += plugin.cpp
4 QT = core qml
5
6 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0