blob: 7a5169b8fc043995d85c1e3bbad4132cae87845d [file] [log] [blame]
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)