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

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