forked from ghostfox/qyouradio
Enable QML Type Compiler
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -86,4 +86,5 @@ CMakeLists.txt.user*
|
|||||||
out/
|
out/
|
||||||
|
|
||||||
.direnv
|
.direnv
|
||||||
|
CMakePresets.json
|
||||||
CMakeUserPresets.json
|
CMakeUserPresets.json
|
||||||
@@ -15,6 +15,7 @@ qt_add_executable(appqyouradio
|
|||||||
qt_add_qml_module(appqyouradio
|
qt_add_qml_module(appqyouradio
|
||||||
URI qyouradio
|
URI qyouradio
|
||||||
VERSION 1.0
|
VERSION 1.0
|
||||||
|
ENABLE_TYPE_COMPILER
|
||||||
QML_FILES
|
QML_FILES
|
||||||
Main.qml
|
Main.qml
|
||||||
ViewPlayer.qml
|
ViewPlayer.qml
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ qt_add_library(QYRComponents STATIC)
|
|||||||
qt_add_qml_module(QYRComponents
|
qt_add_qml_module(QYRComponents
|
||||||
URI QYRComponents
|
URI QYRComponents
|
||||||
VERSION 1.0
|
VERSION 1.0
|
||||||
|
ENABLE_TYPE_COMPILER
|
||||||
RESOURCE_PREFIX /qt/qml
|
RESOURCE_PREFIX /qt/qml
|
||||||
QML_FILES Button.qml
|
QML_FILES Button.qml
|
||||||
QML_FILES Colors.qml
|
QML_FILES Colors.qml
|
||||||
|
|||||||
Reference in New Issue
Block a user