aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_generate_qmlls_ini/SomeSubfolder/CMakeLists.txt
blob: ae6fb009f8d65494b2f4c37dfeb788d94441b0f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
qt_add_qml_module(ModuleA
    URI ModuleA
    VERSION 1.0
    QML_FILES Main.qml
    OUTPUT_DIRECTORY ./qml/Some/Sub/Folder/ModuleA
)

qt_add_qml_module(ModuleB
    URI ModuleB
    VERSION 1.0
    QML_FILES Main.qml
    OUTPUT_DIRECTORY ./qml/Some/Sub/Folder/ModuleB
)