qt5base-lts/mkspecs/linux-g++-maemo/qmake.conf
Oswald Buddenhagen 809bc47fad 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>
2012-09-08 13:36:16 +02:00

13 lines
302 B
Plaintext

#
# qmake configuration for Maemo 5 & 6
#
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = maemo
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
CONFIG += nostrip
QMAKE_INCREMENTAL_STYLE = sublib
include(../linux-arm-gnueabi-g++/qmake.conf)