Skip to content
Snippets Groups Projects
Commit 0d2bea7b authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Cmake: generate qmlls config for project

parent 8807b5ee
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ qt_standard_project_setup(REQUIRES 6.5)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
set(QT_QML_GENERATE_QMLLS_INI ON)
if(UNIX AND NOT APPLE)
if (PACKAGE_ARCHITECTURE MATCHES "arm" OR PACKAGE_ARCHITECTURE MATCHES "aarch64")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment