qt5base-lts/mkspecs/qws/linux-dm7000-g++/qmake.conf
Qt by Nokia 38be0d1383 Initial import from the monolithic Qt.
This is the beginning of revision history for this module. If you
want to look at revision history older than this, please refer to the
Qt Git wiki for how to use Git history grafting. At the time of
writing, this wiki is located here:

http://qt.gitorious.org/qt/pages/GitIntroductionWithQt

If you have already performed the grafting and you don't see any
history beyond this commit, try running "git log" with the "--follow"
argument.

Branched from the monolithic repo, Qt master branch, at commit
896db169ea224deb96c59ce8af800d019de63f12
2011-04-27 12:05:43 +02:00

28 lines
967 B
Plaintext

#
# qmake configuration for linux-dm7000-g++, for Dream Multimedia's DM7000S
#
include(../../common/linux.conf)
include(../../common/gcc-base-unix.conf)
include(../../common/g++-unix.conf)
include(../../common/qws.conf)
# modifications to g++.conf
QMAKE_CC = powerpc-tuxbox-linux-gnu-gcc
QMAKE_CFLAGS = -pipe -msoft-float -meabi
QMAKE_CFLAGS_RELEASE = -O2 -mcpu=405 -mmultiple -mstring
QMAKE_CFLAGS_DEBUG = -ggdb3
QMAKE_CXXFLAGS = $$QMAKE_CFLAGS
QMAKE_CXXFLAGS_RELEASE = $$QMAKE_CFLAGS_RELEASE
QMAKE_CXXFLAGS_DEBUG = $$QMAKE_CFLAGS_DEBUG
QMAKE_CXX = powerpc-tuxbox-linux-gnu-g++
QMAKE_LINK = powerpc-tuxbox-linux-gnu-g++
QMAKE_LINK_SHLIB = powerpc-tuxbox-linux-gnu-g++
# modifications to linux.conf
QMAKE_AR = powerpc-tuxbox-linux-gnu-ar cqs
QMAKE_OBJCOPY = powerpc-tuxbox-linux-gnu-objcopy
QMAKE_STRIP = powerpc-tuxbox-linux-gnu-strip
load(qt_config)