Cmakelists
This commit is contained in:
parent
2cb36faa53
commit
2e739b3d45
1 changed files with 4 additions and 4 deletions
|
@ -385,8 +385,8 @@ if(WIN32)
|
|||
message(STATUS "[${APP_LOW_NAME}] You will probably install on Windows.")
|
||||
install(TARGETS ${EXE_NAME}
|
||||
RUNTIME DESTINATION ./)
|
||||
install(DIRECTORY resources/graphics/themes/mini-kfaenza
|
||||
DESTINATION ./themes)
|
||||
#install(DIRECTORY resources/graphics/themes/mini-kfaenza
|
||||
# DESTINATION ./themes)
|
||||
install(DIRECTORY resources/graphics/flags
|
||||
DESTINATION ./)
|
||||
install(DIRECTORY resources/skins/base
|
||||
|
@ -407,8 +407,8 @@ elseif(UNIX)
|
|||
message(STATUS "[${APP_LOW_NAME}] You will probably install on Linux.")
|
||||
install(TARGETS ${EXE_NAME}
|
||||
RUNTIME DESTINATION bin)
|
||||
install(DIRECTORY resources/graphics/themes/mini-kfaenza
|
||||
DESTINATION share/${APP_LOW_NAME}/themes)
|
||||
#install(DIRECTORY resources/graphics/themes/mini-kfaenza
|
||||
# DESTINATION share/${APP_LOW_NAME}/themes)
|
||||
install(DIRECTORY resources/graphics/flags
|
||||
DESTINATION share/${APP_LOW_NAME}/)
|
||||
install(DIRECTORY resources/skins/base
|
||||
|
|
Loading…
Add table
Reference in a new issue