forked from qt-creator/qt-creator
Wizards: Add include(GNUInstallDirs)
Change-Id: Ib61a9c8dee735dab0799f5b10a1f114c82c84fba Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -25,6 +25,8 @@ target_link_libraries(%{ProjectName}
|
||||
Qt::Core
|
||||
)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
install(TARGETS %{ProjectName}
|
||||
BUNDLE DESTINATION .
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
|
@@ -32,6 +32,8 @@ target_link_libraries(%{ProjectName}
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
install(TARGETS %{ProjectName}
|
||||
BUNDLE DESTINATION .
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
|
Reference in New Issue
Block a user