Commit Graph

19 Commits

Author SHA1 Message Date
Klaus Basan
d7bd20dd26 refs #445, data entry GUI
* component for main info area
* component for data mapping
* new subproject
2015-11-19 20:57:29 +00:00
Roland Winklmeier
b525e4b50f refs #403 disable MSVC warning C4661
Warning text: "no suitable definition provided for explicit template
instantiation request".
We know what we are doing so it is safe to ignore this warning.
2015-05-05 21:34:10 +02:00
Roland Winklmeier
64cd22b3a3 refs #403 reimplement maybe methods with type dependent templates 2015-05-05 21:34:03 +02:00
Roland Winklmeier
8ad29e2fff refs #403 add extra flag for static builds 2015-05-05 21:29:48 +02:00
Klaus Basan
dffb2e3581 Some build adjustements:
* Warning flags for elevated warnings as discussed: no /W3, explicit /wd
* fixed include in hotkey samples
* removed outdated QMAKE_CXXFLAGS += -std=c++0x
2015-04-19 03:04:33 +02:00
Mathew Sutcliffe
67c0ef8343 Workaround MSVC linker error when building for 64bits 2015-04-06 15:16:34 +01:00
Klaus Basan
95829affe4 build file prepared for non-incremental builds and elevated warnings 2015-03-29 20:15:29 +02:00
Roland Winklmeier
0341f7a1ac Fix missed issues in the Linux build system 2015-01-19 11:16:34 +01:00
Klaus Basan
f426c58488 ignore / build as discussed 2014-12-28 19:40:41 +01:00
Mathew Sutcliffe
d8d361a317 refs #247 Improved CSequence comparison, and suppressed stupid warnings. 2014-12-13 01:38:49 +00:00
Mathew Sutcliffe
ff3b7fb2d6 MinGW debug build: enabled optimizations which don't interfere with debugging. This improves linker performance by reducing the size of the object files. 2014-11-21 01:35:45 +00:00
Klaus Basan
681201377a refs #322 added support for profile build as discussed 2014-09-09 20:07:25 +02:00
Mathew Sutcliffe
b3059ab8c6 refs #241 exclude FS9 from 64bit builds 2014-08-05 00:15:09 +01:00
Mathew Sutcliffe
8e3af6b8ce removed unnecessary workaround for problem which was due to a misunderstanding 2014-06-17 21:23:07 +01:00
Mathew Sutcliffe
fed270c068 Don't try to compile FSX driver for 64 bits.
This requires moving the config DEFINES into build.pri,
because projects include build.pri after config.pri,
and build.pri detects the WORD_SIZE.
2014-06-17 21:22:30 +01:00
Mathew Sutcliffe
976de540e8 refactored 32/64bit detection in qmake files to avoid duplication 2014-06-17 21:20:20 +01:00
Mathew Sutcliffe
a34bcd3624 refs #246 workaround incorrect setting of Q_COMPILER_INITIALIZER_LISTS when compiling with MSVC2013 CTP_Nov2013 (QTBUG-39142) 2014-06-14 16:52:52 +01:00
Roland Winklmeier
54e8c6c4d0 Remove silent build configuration.
This caused non compliant makefiles several times.
Possible QTBUG.
2014-04-21 15:08:20 +02:00
Roland Winklmeier
e978b6dee1 Central build configuration
* config.pri: Build configuration version
* library.pri project library dependencies
* build.pri: compiler/qmake configuration

refs #145
2014-03-11 22:01:31 +01:00