qt5base-lts/mkspecs/common
Tor Arne Vestbø 4c1e7305e5 Teach configure's pro-file parser to parse quoted $$system()
If the command is quoted, it can contain anything but quotes (we do not
support escaped quotes, so single quotes have to be used). If the
command is unquoted we look for the first closing parenthesis. We used
to do this using .*?, but the greedy modifier '?' didn't seem to work,
so we now use an inverse character set.

Change-Id: I40660ce7aef6a6b6d480292d28da1b079bb161da
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2013-03-04 14:54:57 +01:00
..
aix Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
android Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
c89 Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
ios iOS: Bump max Xcode version to 4.6 2013-02-27 23:56:07 +01:00
mac iOS: Build ios platform plugin when appropriate 2013-02-27 13:07:23 +01:00
nacl Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
posix Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
wince Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
armcc.conf make qmakespecs announce the compiler family 2012-09-21 02:44:22 +02:00
clang-mac.conf qmake: Update Xcode generator to produce project files similar to Xcode 2013-02-26 13:11:11 +01:00
clang.conf make qmakespecs announce the compiler family 2012-09-21 02:44:22 +02:00
g++-base.conf make qmakespecs announce the compiler family 2012-09-21 02:44:22 +02:00
g++-macx.conf configure: Remove the -dwarf2 argument for Mac OS X builds 2012-05-11 12:52:21 +02:00
g++-unix.conf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
g++.conf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
gcc-base-ios.conf configure: Remove the -dwarf2 argument for Mac OS X builds 2012-05-11 12:52:21 +02:00
gcc-base-macx.conf Mac: Set minimum version to 10.7 for clang-libc++ 2012-10-24 01:39:45 +02:00
gcc-base-unix.conf introduce QMAKE_RPATHLINKDIR (and QMAKE_LFLAGS_RPATHLINK) 2012-12-03 16:26:37 +01:00
gcc-base.conf Move the SSE2/AVX/Neon/etc. flags into the compiler mkspecs 2012-06-12 04:29:42 +02:00
ios.conf iOS: Target both iPhone and iPad by default 2013-02-27 13:07:23 +01:00
linux-android.conf purge QMAKE_LIBS_OPENGL_QT 2013-02-13 19:42:39 +01:00
linux.conf purge QMAKE_LIBS_OPENGL_QT 2013-02-13 19:42:39 +01:00
llvm.conf make qmakespecs announce the compiler family 2012-09-21 02:44:22 +02:00
mac.conf Always build against an SDK on Mac OS 2013-02-20 00:46:50 +01:00
qcc-base-qnx-armv7le.conf centralize initialization of CONFIG in mkspecs 2012-09-08 13:36:20 +02:00
qcc-base-qnx-x86.conf centralize initialization of CONFIG in mkspecs 2012-09-08 13:36:20 +02:00
qcc-base-qnx.conf Blackberry: Specify QMAKE_LFLAGS_RPATHLINK for BB10 platform 2013-02-18 15:44:10 +01:00
qcc-base.conf Blackberry mkspecs: Refine compiler options 2012-10-01 10:22:06 +02:00
shell-unix.conf revamp automatic makefile generation for sub-projects 2012-06-19 16:46:08 +02:00
shell-win32.conf centralize+fix addition of copy_dir_files flag 2012-08-07 16:40:07 +02:00
unix.conf adjust specs to the new target mode handling 2012-09-08 13:36:09 +02:00
xcode.conf Teach configure's pro-file parser to parse quoted $$system() 2013-03-04 14:54:57 +01:00