191 lines
4.1 KiB
CMake
191 lines
4.1 KiB
CMake
set(cpp_sources
|
|
ambiguous.h
|
|
birthdayparty.cpp birthdayparty.h
|
|
cppbaseclass.h
|
|
dynamicmeta.h
|
|
invisible.h
|
|
objectwithmethod.h
|
|
person.cpp person.h
|
|
state.h
|
|
theme.cpp theme.h
|
|
timelinetheme.cpp timelinetheme.h
|
|
)
|
|
|
|
set(qml_files
|
|
AccessModelMethodsFromOutside.qml
|
|
BadType.qml
|
|
BaseMember.qml
|
|
BindingExpression.qml
|
|
Cycle1.qml
|
|
Cycle2.qml
|
|
Cycle3.qml
|
|
Dummy.qml
|
|
Enums.qml
|
|
Foozle.qml
|
|
Loopy.qml
|
|
OkType.qml
|
|
Panel.qml
|
|
ProgressBar/Keyframe.qml
|
|
ProgressBar/KeyframeGroup.qml
|
|
ProgressBar/ProgressBar.ui.qml
|
|
ProgressBar/Root.qml
|
|
ProgressBar/Timeline.qml
|
|
ProgressBar/TimelineAnimation.qml
|
|
RootWithoutId.qml
|
|
SelectionRectangle.qml
|
|
Test.qml
|
|
TestCase.qml
|
|
WindowDerived.qml
|
|
aliasLookup.qml
|
|
ambiguous1/Ambiguous.qml
|
|
ambiguous2/Ambiguous.qml
|
|
anchorsFill.qml
|
|
array.qml
|
|
asCast.qml
|
|
attachedBaseEnum.qml
|
|
bindToValueType.qml
|
|
blockComments.qml
|
|
boundComponents.qml
|
|
callContextPropertyLookupResult.qml
|
|
childobject.qml
|
|
colorAsVariant.qml
|
|
colorString.qml
|
|
componentReturnType.qml
|
|
compositeTypeMethod.qml
|
|
compositesingleton.qml
|
|
construct.qml
|
|
contextParam.qml
|
|
conversions.qml
|
|
conversions2.qml
|
|
curlygrouped.qml
|
|
cycleHead.qml
|
|
deadShoeSize.qml
|
|
deadStoreLoop.qml
|
|
dialog.qml
|
|
dynamicscene.qml
|
|
enumInvalid.qml
|
|
enumScope.qml
|
|
enumsInOtherObject.qml
|
|
enumsUser.qml
|
|
equalsUndefined.qml
|
|
excessiveParameters.qml
|
|
extendedTypes.qml
|
|
failures.qml
|
|
fallbacklookups.qml
|
|
fileDialog.qml
|
|
fromBoolValue.qml
|
|
functionLookup.qml
|
|
funcWithParams.qml
|
|
functionReturningVoid.qml
|
|
functionTakingVar.qml
|
|
globals.qml
|
|
idAccess.qml
|
|
immediateQuit.qml
|
|
imports/QmlBench/Globals.qml
|
|
importsFromImportPath.qml
|
|
infinities.qml
|
|
invisibleBase.qml
|
|
invisibleTypes.qml
|
|
invisibleListElementType.qml
|
|
intEnumCompare.qml
|
|
intOverflow.qml
|
|
interactive.qml
|
|
interceptor.qml
|
|
isnan.qml
|
|
javaScriptArgument.qml
|
|
jsMathObject.qml
|
|
jsimport.qml
|
|
jsmoduleimport.qml
|
|
layouts.qml
|
|
library.js
|
|
listIndices.qml
|
|
listlength.qml
|
|
math.qml
|
|
methods.qml
|
|
modulePrefix.qml
|
|
moveRegVoid.qml
|
|
noBindingLoop.qml
|
|
noQQmlData.qml
|
|
nonNotifyable.qml
|
|
noscope.qml
|
|
notEqualsInt.qml
|
|
nullAccess.qml
|
|
objectInVar.qml
|
|
outOfBounds.qml
|
|
overriddenMember.qml
|
|
ownProperty.qml
|
|
page.qml
|
|
parentProp.qml
|
|
popContextAfterRet.qml
|
|
prefixedMetaType.qml
|
|
pressAndHoldButton.qml
|
|
registerelimination.qml
|
|
revisions.qml
|
|
scopeVsObject.qml
|
|
script.js
|
|
script.mjs
|
|
shared/Slider.qml
|
|
shifts.qml
|
|
signal.qml
|
|
signalHandler.qml
|
|
specificParent.qml
|
|
stringLength.qml
|
|
testlogger.js
|
|
text.qml
|
|
themerbad.qml
|
|
themergood.qml
|
|
throwObjectName.qml
|
|
toString.qml
|
|
translation.qml
|
|
typePropertyClash.qml
|
|
typedArray.qml
|
|
undefinedResets.qml
|
|
unknownAttached.qml
|
|
unknownParameter.qml
|
|
unusedAttached.qml
|
|
urlString.qml
|
|
valueTypeLists.qml
|
|
valueTypeProperty.qml
|
|
variantlist.qml
|
|
voidfunction.qml
|
|
)
|
|
|
|
set(resource_files
|
|
ProgressBar/built-with-Qt_Large.png
|
|
imports/QmlBench/qmldir
|
|
)
|
|
|
|
set_source_files_properties("shared/Slider.qml"
|
|
PROPERTIES QT_RESOURCE_ALIAS "Slider.qml"
|
|
)
|
|
|
|
qt_add_library(codegen_test_module STATIC)
|
|
qt_autogen_tools_initial_setup(codegen_test_module)
|
|
|
|
set_target_properties(codegen_test_module PROPERTIES
|
|
# We really want qmlcachegen here, even if qmlsc is available
|
|
QT_QMLCACHEGEN_EXECUTABLE qmlcachegen
|
|
)
|
|
|
|
qt6_add_qml_module(codegen_test_module
|
|
VERSION 1.0
|
|
URI TestTypes
|
|
IMPORT_PATH "${CMAKE_CURRENT_SOURCE_DIR}/imports/"
|
|
AUTO_RESOURCE_PREFIX
|
|
DEPENDENCIES
|
|
QtQuick
|
|
QtQuick.Templates
|
|
QtQuick.Shapes
|
|
SOURCES
|
|
${cpp_sources}
|
|
QML_FILES
|
|
${qml_files}
|
|
RESOURCES
|
|
${resource_files}
|
|
OUTPUT_DIRECTORY TestTypes # Make sure tst_qmlcachegen doesn't see our output
|
|
)
|
|
|
|
add_dependencies(codegen_test_module Qt::Quick Qt::QuickTemplates2 Qt::QuickShapesPrivate)
|
|
|
|
qt_autogen_tools_initial_setup(codegen_test_moduleplugin)
|