aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlenginecleanup/CustomModuleImport/CustomModule.pro
blob: 3366ddc165bc40cf1457d02ec86203cfef165c75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = lib
TARGET = CustomModule
QT += quick qml

CONFIG += qtquickcompiler
SOURCES += moduleplugin.cpp
RESOURCES += moduleplugin.qrc

DESTDIR = ../CustomModule

IMPORT_FILES = qmldir

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