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