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

CMake: set proper output dir for QML

parent 8b402de1
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,8 @@ qt_add_resources(NOOTKA_SRC nootka.qrc)
include_directories( core/music core/score )
qt_add_qml_module(nootka
URI "Nootka.Music"
OUTPUT_DIRECTORY
"${CMAKE_BINARY_DIR}/src"
SOURCES
core/taction.cpp
core/taction.h
......
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