Commit Graph

25 Commits

Author SHA1 Message Date
Matthias Koefferlein 5351922440 Enabled minimum build configuration
Minimum build configuration is without Qt, Ruby, curl and expat.
Only Python is required.

This commit also provides a functional (through polling) Qt-less HTTP
implementation through libcurl if enabled.
2018-07-15 19:59:45 +02:00
klayoutmatthias 616c2942e1 WIP: made pymod functional on Windows (without Qt). Tests pass. 2018-07-10 23:34:30 +02:00
Matthias Koefferlein 32b6439704 Added -without-qt option to build script. 2018-07-10 19:01:28 +02:00
Matthias Koefferlein c532b75338 Provide an QtXml alternative through expat. 2018-07-02 22:19:36 +02:00
Matthias Koefferlein f3f6e2e7ba WIP: unit tests for pykl, some build errors fixed. 2018-06-03 23:36:06 +02:00
Matthias Koefferlein 2c86c96fbb Added -libcurl to build.sh for building with libcurl. 2018-05-01 08:21:11 +02:00
Thomas Ferreira de Lima b6ec5b7c0d retina rendering of layout fine. rulers and other bitmap objects not obeying retina dpi 2018-03-15 14:37:38 -04:00
Matthias Koefferlein 8003d1bb47 Merge branch 'master' into macos-build-on-master 2018-01-02 23:37:45 +01:00
Matthias Koefferlein ffb56335fb Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00
Matthias Koefferlein 19df2e06d9 Integrated changes by Kazunari for MacOS build. 2017-11-26 22:12:55 +01:00
Andreas K. Hüttel 10214ff3e9
Add build option -expert, which allows to freely configure compiler and linker parameters
Currently supported: CC, CXX, CFLAGS, CXXFLAGS, LDFLAGS, OBJCOPY, AR
Intended for people who know what they are doing, e.g., distribution packagers.
Support for such configuration is mandated in the Gentoo QA guidelines.
2017-09-30 15:31:10 +02:00
Andreas K. Hüttel 458b1a1360
Convert the qmake call to use a bash array of parameters
In the previous code version it was impossible to pass parameters to qmake
that contain spaces. As example, a qmake option
  QMAKE_CFLAGS='-march=native -O2 -pipe -g'
led to an error message of qmake
  ***Unknown option -O2
since the shell was breaking the string up into words at the spaces.
2017-09-30 15:31:07 +02:00
Matthias Koefferlein 9eddeabef2 Issue #17: Clarification in help text of build.sh. 2017-09-26 22:36:50 +02:00
Matthias Koefferlein 7504293c28 More reliable detection of python and ruby interpreter in build.sh 2017-09-26 01:30:32 +02:00
Matthias Koefferlein dbe11b7eba Enhanced build script so it's able to better detect Ruby/Python versions. 2017-09-18 21:11:35 +02:00
Matthias Koefferlein 1a87dcb807 Fixed RPM spec file and build script. 2017-09-10 21:08:56 +00:00
Matthias Koefferlein 4381ebfe7f Do not automatically set RPATH to installation target (for building packages). 2017-09-10 15:51:19 +02:00
Matthias Koefferlein 992307a915 More on build: proper library versioning, rc file used through RC_FILE, deployment on Linux. 2017-08-27 17:44:41 +02:00
Matthias Koefferlein f43592916e Hopefully fixed the build script version for all platforms .. 2017-08-12 19:05:59 +02:00
Matthias Koefferlein ac2b10eca5 Avoid multi-config builds to simplify build scripts. 2017-08-12 18:48:06 +02:00
Matthias Koefferlein eea686a5b9 Removed DESTDIR spec from build script - is already set in the .pro files. 2017-08-12 15:41:44 +02:00
klayoutmatthias 592fe08921 Updated build script for enhanced deployment automation. 2017-08-06 22:56:38 +02:00
Matthias Koefferlein 0978fb527f Auto-detect Qt5 version in build script if not given. 2017-06-18 22:13:11 +02:00
Matthias Koefferlein eea5da4ba6 Attempt to fix "GSI does not monitor lifetime of Qt objects" 2017-02-20 22:21:29 +01:00
Matthias Koefferlein f59f62018c Added missing files. 2017-02-12 13:48:01 +01:00