14 lines
257 B
CMake
14 lines
257 B
CMake
qt_add_qml_module(magpieForms
|
|
URI magpie.Forms
|
|
VERSION 1.0
|
|
STATIC
|
|
RESOURCE_PREFIX /
|
|
OUTPUT_DIRECTORY ../magpie/Forms
|
|
NO_PLUGIN
|
|
QML_FILES
|
|
Login.qml
|
|
Register.qml
|
|
)
|
|
|
|
target_link_libraries(magpie PRIVATE magpieForms)
|