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