magpie/qml/Forms/CMakeLists.txt

14 lines
257 B
CMake
Raw Normal View History

2023-12-17 00:06:04 +00:00
qt_add_qml_module(magpieForms
URI magpie.Forms
2023-12-17 00:06:04 +00:00
VERSION 1.0
STATIC
RESOURCE_PREFIX /
OUTPUT_DIRECTORY ../magpie/Forms
2023-12-17 00:06:04 +00:00
NO_PLUGIN
QML_FILES
Login.qml
Register.qml
)
target_link_libraries(magpie PRIVATE magpieForms)