Skip to content

Commit

Permalink
fix qt qml import path
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Jan 14, 2018
1 parent 23b0046 commit 600302b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ add_custom_target(NosonAppbackend-qmldir ALL
)

# Install plugin file
MESSAGE(STATUS "PlugIns install path: ${PLUGINS_DIR}")
install(TARGETS NosonAppbackend DESTINATION ${PLUGINS_DIR}/NosonApp/)
install(FILES modules/NosonApp/qmldir DESTINATION ${PLUGINS_DIR}/NosonApp/)
MESSAGE(STATUS "PlugIns install path: ${QT_IMPORTS_DIR}")
install(TARGETS NosonAppbackend DESTINATION ${QT_IMPORTS_DIR}/NosonApp/)
install(FILES modules/NosonApp/qmldir DESTINATION ${QT_IMPORTS_DIR}/NosonApp/)

0 comments on commit 600302b

Please sign in to comment.