summaryrefslogtreecommitdiffstats
path: root/examples/demos/FX_Material_Showroom/qmlmodules
blob: bdde883aac2533e6843878565f9317f48b7216f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
qt_add_qml_module(FxMaterialShowroomApp
    URI "Main"
    VERSION 1.0
    NO_PLUGIN
    QML_FILES main.qml
)

add_subdirectory(content)
add_subdirectory(imports)

target_link_libraries(FxMaterialShowroomApp PRIVATE
    FXMaterialShowroomContentplugin
    PocketDemoplugin
    CB_MaterialBundleplugin
    QQS_Appplugin
    QQS_Componentsplugin
)