mirror of https://github.com/qt/qtdoc.git
18 lines
346 B
Plaintext
18 lines
346 B
Plaintext
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
|
|
)
|