aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/qtqml/qtqml.pro
blob: 7a5169b8fc043995d85c1e3bbad4132cae87845d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGETPATH = QtQml
CXX_MODULE = qml
TARGET  = qmlplugin
IMPORT_VERSION = 2.$$QT_MINOR_VERSION

SOURCES += \
    plugin.cpp

# In Qt6 we won't need qmlmodels-private here
QT = qml-private qmlmodels-private

load(qml_plugin)