CMake: Regenerate projects
Change-Id: I7f1716d8524e1e6a1491a01ba71dbd7f078ade14 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
e4f1c1068b
commit
e1118b757c
|
@ -0,0 +1,55 @@
|
|||
# Generated from qjsengine.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qjsengine Test:
|
||||
#####################################################################
|
||||
|
||||
# Collect test data
|
||||
file(GLOB_RECURSE test_data_glob
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
script/*)
|
||||
list(APPEND test_data ${test_data_glob})
|
||||
|
||||
qt_add_test(tst_qjsengine
|
||||
SOURCES
|
||||
tst_qjsengine.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::Qml
|
||||
Qt::QmlPrivate
|
||||
Qt::Widgets
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
||||
# Resources:
|
||||
set(qjsengine_resource_files
|
||||
"translations/idtranslatable-unicode.qm"
|
||||
"translations/idtranslatable_la.qm"
|
||||
"translations/translatable-unicode.qm"
|
||||
"translations/translatable_la.qm"
|
||||
)
|
||||
|
||||
qt_add_resource(tst_qjsengine "qjsengine"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${qjsengine_resource_files}
|
||||
)
|
||||
set(qmake_immediate_resource_files
|
||||
"exporterror1.mjs"
|
||||
"importerror1.mjs"
|
||||
"modulewithlexicals.mjs"
|
||||
"testmodule.mjs"
|
||||
)
|
||||
|
||||
qt_add_resource(tst_qjsengine "qmake_immediate"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
${qmake_immediate_resource_files}
|
||||
)
|
||||
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
|
@ -16,7 +16,6 @@ qt_add_test(tst_qjsengine
|
|||
SOURCES
|
||||
tst_qjsengine.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::Qml
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
# Generated from qjsvalue.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qjsvalue Test:
|
||||
#####################################################################
|
||||
|
||||
qt_add_test(tst_qjsvalue
|
||||
SOURCES
|
||||
tst_qjsvalue.cpp tst_qjsvalue.h
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::Qml
|
||||
Qt::QmlPrivate
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
Loading…
Reference in New Issue