summaryrefslogtreecommitdiffstats
path: root/src/imports/utils/utils.pro
blob: a580643e86c253392695b181110d480147228ce9 (plain)
1
2
3
4
5
6
7
8
9
10
CXX_MODULE = qml
TARGET  = b2qtutilsplugin
TARGETPATH = B2Qt/Utils
IMPORT_VERSION = 1.0

QT += qml b2qtutils

SOURCES += plugin.cpp

load(qml_plugin)