Skip to content
Snippets Groups Projects
Commit 93ea1938 authored by SeeLook's avatar SeeLook
Browse files

Bumped to 1.3.90 (1.4 rc1), removed unused links to Qt translations, removed...

Bumped to 1.3.90 (1.4 rc1), removed unused links to Qt translations, removed duplicated images (already in Picts dir)
parent ad7e7e21
No related branches found
No related tags found
No related merge requests found
########################################################################
# MAIN CMAKE FILE FOR Nootka
########################################################################
cmake_minimum_required(VERSION 2.8.12)
project(nootka)
SET(Nootka_VERSION_MAJOR "1")
SET(Nootka_VERSION_MINOR "3")
SET(Nootka_VERSION_PATCH "0-alpha")
set(Nootka_ANDROID_VERSION "1.2A.7-rc3")
SET(Nootka_VERSION_PATCH "90")
SET(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}")
SET(Nootka_VERSION_FULL "${Nootka_VERSION}.${Nootka_VERSION_PATCH}")
......@@ -109,18 +107,20 @@ if(APPLE OR WIN32)
get_filename_component(QT_BINARY_DIR "${QtCore_location_Release}" DIRECTORY)
if (WIN32)
set(QT_TRANSLATIONS_DIR "${QT_BINARY_DIR}/../translations")
else (WIN32)
else (WIN32)
set(QT_TRANSLATIONS_DIR "${QT_BINARY_DIR}/../../translations")
endif (WIN32)
install(FILES gpl DESTINATION "${INS_PREF}")
LIST(APPEND langs
"${QT_TRANSLATIONS_DIR}/qtbase_cs.qm"
"${QT_TRANSLATIONS_DIR}/qtbase_de.qm"
"${QT_TRANSLATIONS_DIR}/qtbase_fr.qm"
"${QT_TRANSLATIONS_DIR}/qtbase_pl.qm"
"${QT_TRANSLATIONS_DIR}/qtbase_ru.qm"
# So far not provided by Qt
#"${CMAKE_CURRENT_SOURCE_DIR}/lang/qtbase/qtbase_fr.qm"
#"${CMAKE_CURRENT_SOURCE_DIR}/lang/qtbase/qtbase_pl.qm"
)
# So far not provided by Qt
#"${CMAKE_CURRENT_SOURCE_DIR}/lang/qtbase/qtbase_es.qm"
)
endif(APPLE OR WIN32)
install(FILES ${langs} DESTINATION "${INS_PREF}/lang")
......
/usr/share/qt/translations/qtbase_cs.qm
\ No newline at end of file
/usr/share/qt/translations/qtbase_de.qm
\ No newline at end of file
File deleted
File deleted
/usr/share/qt/translations/qtbase_ru.qm
\ No newline at end of file
spare_parts/melodySett.png

11.4 KiB

spare_parts/mobile/exit.png

16.8 KiB

#if defined (Q_OS_ANDROID)
#define NOOTKA_VERSION "1.2A.7-rc3"
#else
#define NOOTKA_VERSION "1.3.0-alpha"
#endif
#define NOOTKA_VERSION "1.3.90"
#if defined (Q_OS_ANDROID)
#define NOOTKA_VERSION "@Nootka_ANDROID_VERSION@"
#else
#define NOOTKA_VERSION "@Nootka_VERSION_FULL@"
#endif
#define NOOTKA_VERSION "@Nootka_VERSION_FULL@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment