Rev |
Age |
Author |
Path |
Log message |
Diff |
24260 |
812d 04h |
jghali |
/trunk/Scribus/scribus/styles/CMakeLists.txt |
Give same treatment to colormgmt, desaxe, fonts and styles directories than text directory |
|
21543 |
2262d 07h |
craig |
/trunk/Scribus/scribus/styles/CMakeLists.txt |
Switch to lower case CMake commands |
|
20469 |
2669d 07h |
craig |
/trunk/Scribus/scribus/styles/CMakeLists.txt |
#13427: Apple Gentoo patch to standardise use of -fPIC |
|
18448 |
3443d 08h |
craig |
/trunk/Scribus/scribus/styles/CMakeLists.txt |
Tidy up indenting in CMake files |
|
18446 |
3443d 08h |
craig |
/trunk/Scribus/scribus/styles/CMakeLists.txt |
Remove USE_QT5 and all the Qt4 only code. Remove some QT version >4 code. Remove some cmake 2.6 cmake code, Set minimum cmake to 2.8.9 and qt min version to 5.0.0 |
|
18194 |
3620d 07h |
fschmid |
/trunk/Scribus/scribus/styles/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. |
|
16856 |
4154d 07h |
craig |
/trunk/Scribus/scribus/styles/CMakeLists.txt |
Commit GSoC 2011 Tables work so it doesn't bitrot. Hope nothing breaks too badly (run away if it does). Missing functionality: save/load/copy/paste/export/print.. but its damn good on canvas |
|
12233 |
5355d 08h |
cbradney |
/trunk/Scribus/scribus/styles/CMakeLists.txt |
Adjusted patch to use include FreeType finder with cmake 2.6 from Pierre |
|
10757 |
5609d 07h |
craig |
/trunk/Scribus/scribus/styles/CMakeLists.txt |
- desaxe, fonts, styles and text libraries are all statically linked into scribus and for linkage purposes are part of the main EXE. On win32, compile them as such. |
|
9688 |
5732d 08h |
cbradney |
/trunk/Scribus/scribus/styles/CMakeLists.txt |
Clean clean clean our cmake files.. use GLOB on some like docs so all we have to do is add the file to the directory and it will be installed. Remove the old IFs for MOC/UIC that were commented out. |
|
9672 |
5733d 19h |
root |
/trunk/Scribus/scribus/styles/CMakeLists.txt |
move Version135x cvs branch to svn trunk |
|
8671 |
5802d 07h |
cbradney |
/branches/Version135x/Scribus/scribus/styles/CMakeLists.txt |
Remove cmake if and let moc files be built.. remove weird scraction in pixmap exports' export.h.
we now get a doc window after new doc is run :) |
|
8499 |
5810d 08h |
cbradney |
/branches/Version135x/Scribus/scribus/styles/CMakeLists.txt |
Now we have the branch correct.. commit to it.. :) |
|
8495 |
5810d 12h |
|
/branches/Version135x/Scribus/scribus/styles/CMakeLists.txt |
This commit was manufactured by cvs2svn to create branch 'Version135x'. |
|
8345 |
5827d 05h |
cbradney |
/branches/Version13x/Scribus/scribus/styles/CMakeLists.txt |
Fix typo |
|
8343 |
5827d 05h |
avox |
/branches/Version13x/Scribus/scribus/styles/CMakeLists.txt |
move style.cpp into styles/ |
|
8337 |
5827d 12h |
avox |
/branches/Version13x/Scribus/scribus/styles/CMakeLists.txt |
first stab at linestyles(not used yet), some style-related cleanup |
|
8134 |
5846d 04h |
avox |
/branches/Version13x/Scribus/scribus/styles/CMakeLists.txt |
rename StyleBase to StyleContext |
|
7945 |
5864d 05h |
avox |
/branches/Version13x/Scribus/scribus/styles/CMakeLists.txt |
next try for signals in StyleBase |
|
7942 |
5864d 09h |
avox |
/branches/Version13x/Scribus/scribus/styles/CMakeLists.txt |
make StyleBase, StyleSet and StoryText QObjects so they can use signals |
|