mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-29 00:30:12 +01:00
aaa
This commit is contained in:
parent
09a7a96288
commit
d95856e2ca
@ -385,8 +385,8 @@ else(${USE_QT_5})
|
|||||||
endif(${USE_QT_5})
|
endif(${USE_QT_5})
|
||||||
|
|
||||||
# Installation stage.
|
# Installation stage.
|
||||||
if(WIN32)
|
if(WIN32 OR OS2)
|
||||||
message(STATUS "[${APP_LOW_NAME}] You will probably install on Windows.")
|
message(STATUS "[${APP_LOW_NAME}] You will probably install on Windows or OS/2.")
|
||||||
install(TARGETS ${EXE_NAME}
|
install(TARGETS ${EXE_NAME}
|
||||||
RUNTIME DESTINATION ./)
|
RUNTIME DESTINATION ./)
|
||||||
install(DIRECTORY resources/graphics/themes/mini-kfaenza
|
install(DIRECTORY resources/graphics/themes/mini-kfaenza
|
||||||
@ -431,7 +431,7 @@ elseif(UNIX)
|
|||||||
DESTINATION share/${APP_LOW_NAME}/l10n)
|
DESTINATION share/${APP_LOW_NAME}/l10n)
|
||||||
install(FILES ${APP_TEXT}
|
install(FILES ${APP_TEXT}
|
||||||
DESTINATION share/${APP_LOW_NAME}/information)
|
DESTINATION share/${APP_LOW_NAME}/information)
|
||||||
endif(WIN32)
|
endif(WIN32 OR OS2)
|
||||||
|
|
||||||
# Custom target for packaging.
|
# Custom target for packaging.
|
||||||
set(CPACK_PACKAGE_NAME ${APP_LOW_NAME})
|
set(CPACK_PACKAGE_NAME ${APP_LOW_NAME})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user