aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/pluginWithQmlFile/pluginWithQmlFile.pro
blob: 15fe8d2f3eda994edfd054681307a6743d65e4a1 (plain)
1
2
3
4
5
6
7
TEMPLATE = lib
CONFIG += plugin
SOURCES = plugin.cpp
QT = core qml
DESTDIR = ../imports/com/nokia/AutoTestPluginWithQmlFile

QT += core-private gui-private qml-private