Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v2.5' into snappy
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Jan 14, 2018
2 parents 3560540 + 600302b commit 42aa4bf
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 42aa4bf

Please sign in to comment.