summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativemoduleplugin/pluginWrongCase/pluginWrongCase.pro
blob: 202d4903e9945bc254e80b5c8ab268f8965991da (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = lib
CONFIG += plugin
SOURCES = plugin.cpp
QT = core declarative
TARGET = Plugin
DESTDIR = ../imports/com/nokia/WrongCase

include(../qmldir_copier.pri)

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0