aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcachegen/qmlcachegen.pro
blob: c7820ac1cd5fbc95e4a345641754bc579004a623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
CONFIG += testcase qtquickcompiler
TARGET = tst_qmlcachegen
macos:CONFIG -= app_bundle

SOURCES += tst_qmlcachegen.cpp

workerscripts_test.files = worker.js worker.qml
workerscripts_test.prefix = /workerscripts
RESOURCES += workerscripts_test

RESOURCES += versionchecks.qml

RESOURCES += trickypaths.qrc

RESOURCES += jsimport.qml script.js library.js

RESOURCES += Enums.qml

# QTBUG-46375
!win32: RESOURCES += trickypaths_umlaut.qrc

RESOURCES += jsmoduleimport.qml script.mjs

RESOURCES += retain.qrc
QTQUICK_COMPILER_RETAINED_RESOURCES += retain.qrc

QT += core-private qml-private testlib