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

QT += core-private gui-private declarative-private