14 lines
297 B
CMake
14 lines
297 B
CMake
### This file is automatically generated by Qt Design Studio.
|
|
### Do not change
|
|
|
|
qt_add_library(content STATIC)
|
|
qt6_add_qml_module(content
|
|
URI "content"
|
|
VERSION 1.0
|
|
RESOURCE_PREFIX "/qt/qml"
|
|
QML_FILES
|
|
App.qml
|
|
Screen01.ui.qml
|
|
RESOURCES
|
|
fonts/fonts.txt
|
|
)
|