Commit Graph
10 Commits
Author SHA1 Message Date
Roland Kaufmann 20f00f4a3a Put launcher for ResInsight in desktop environment 2013-03-27 00:43:13 +01:00
Roland Kaufmann f6dd430b87 Path to Octave plugins is taken from conf. program 2013-03-27 00:43:13 +01:00
Roland Kaufmann e7613fe9ee Optionally enable system installation of binaries
If the option PRIVATE_INSTALL is set to OFF, LSB-compliant paths are
used for the `install' target.
2013-03-27 00:43:01 +01:00
Roland Kaufmann 3fcd05e838 Refactor variable containing filenames for license
These will be used in several scenarios later.
2013-03-27 00:39:06 +01:00
Roland Kaufmann e63c609111 Use $ORIGIN to load libs from program directory
The RPATH attribute won't expand relative directories (such as ".")
neither can it be a semi-colon separated list; the old way of setting
it was wrong and would lead to libraries being loaded from system
directories instead.
2013-03-27 00:38:59 +01:00
Roland Kaufmann 111e2860f7 Ignore files generated by CMake for Qt resources 2012-07-20 13:26:22 +02:00
Roland Kaufmann 127abb9532 Remove object files which is generated from source 2012-07-06 14:57:16 +02:00
Roland Kaufmann 692082df96 Ignore build artifacts
Ignore any files that stems from building in the development tree itself,
which can be useful e.g. for letting the debugger easily pick up the
source files.
2012-07-06 14:57:16 +02:00
Roland Kaufmann 0d17997eb3 Probe only for OpenGL levels available in this Qt version
Each version of Qt supports a set of OpenGL levels; the level displayed
to the user is only as high as what was supported at compile-time. Hence
it should be harmless to degrade gracefully to previous Qt versions.
2012-07-06 12:33:54 +02:00
Roland Kaufmann ec7057eb78 Use copy ctor instead of conversion through QChar*
Versions of Qt < 4.7 do not have a QString constructor from QChar*
without specifying the size of the string. However, since the QString
is copy-on-write, the QString object can be passed to the copy
constructor of the return value directly!
2012-07-06 12:29:36 +02:00