BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Oëzbekcha - Uzbek
Subversion Repositories
Scribus
(root)
/
trunk
/
Scribus
/
resources
/
translations
/
CMakeLists.txt
@ 19237
- Rev 21543
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
21543
1605d 01h
craig
/trunk/Scribus/resources/translations/CMakeLists.txt
Switch to lower case CMake commands
20094
2163d 14h
craig
/trunk/Scribus/resources/translations/CMakeLists.txt
Fix documentation regarding the language string separator
18481
2772d 00h
craig
/trunk/Scribus/resources/translations/CMakeLists.txt
#11736: Fix Qt lrelease exe
18405
2819d 01h
craig
/trunk/Scribus/resources/translations/CMakeLists.txt
Move translation files out of po dir and remove it
18403
2819d 01h
craig
/trunk/Scribus/resources/translations/po/CMakeLists.txt
Ensure we have the Qt linguist tools, from opensuse
18288
2886d 22h
jghali
/trunk/Scribus/resources/translations/po/CMakeLists.txt
fix detection of lrelease executable in case of Qt4 build
18194
2963d 01h
fschmid
/trunk/Scribus/resources/translations/po/CMakeLists.txt
Port to Qt5:
To enable building against Qt5 use the new commandline options:
-DUSE_QT5=1
-DQT_PREFIX="path _to_your_Qt5_installation"
when calling cmake
Only thing that does't work is the upgradechecker class as it depends on deprecated Qt4 classes, and needs a complete rewrite.
Default for building is still Qt4, so a normal cmake call without the options above still results in a build against
Qt4.
15817
3816d 01h
craig
/trunk/Scribus/resources/translations/po/CMakeLists.txt
Allow ts/qm files with numbers in filenames
15474
3870d 00h
craig
/trunk/Scribus/resources/translations/po/CMakeLists.txt
Add in new CMakeLists.txt to allow for CMake/build time QM file generation and installation, specify semicolon separated list to CMAKE. -DWANT_GUI_LANG="en_GB;de_CH" as an example