aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/pluginVersion/pluginVersion.pro
blob: bc9ee5c102db8cae35be1c119bd737f7c21d79e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = lib
CONFIG += plugin
SOURCES = plugin.cpp
QT = core qml
DESTDIR = ../imports/org/qtproject/AutoTestQmlVersionPluginType

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

IMPORT_FILES = \
        qmldir

include (../../../shared/imports.pri)