magpie/qml/Forms/CMakeLists.txt

13 lines
219 B
CMake
Raw Normal View History

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