diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-09-03 15:12:07 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-09-08 13:36:16 +0200 |
commit | 809bc47fad9129b9e2ccd13432299db171d79e1a (patch) | |
tree | b8a7f5dfe043c034898b7c6dacdac322b69bdbe4 /mkspecs/freebsd-g++ | |
parent | cd9599792ead2b38e1f5bbeb26ec3a182511f60b (diff) | |
download | qtbase-809bc47fad9129b9e2ccd13432299db171d79e1a.tar.gz |
centralize initialization of QT in specs
there is no reason whatsoever to duplicate this so many times, and even
less reason to have specs with a deviating default.
Change-Id: Ia25836c079580adebc373697b8bd03598f79c69b
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'mkspecs/freebsd-g++')
-rw-r--r-- | mkspecs/freebsd-g++/qmake.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/freebsd-g++/qmake.conf b/mkspecs/freebsd-g++/qmake.conf index aa8a6d96f6..79b0af5bbb 100644 --- a/mkspecs/freebsd-g++/qmake.conf +++ b/mkspecs/freebsd-g++/qmake.conf @@ -5,7 +5,6 @@ MAKEFILE_GENERATOR = UNIX QMAKE_PLATFORM = freebsd bsd CONFIG += qt warn_on release link_prl gdb_dwarf_index -QT += core gui QMAKE_CFLAGS_THREAD = -pthread -D_THREAD_SAFE |