genode/repos/libports/src/lib/qt5/qtbase/mkspecs/genode-g++/qmake.conf

13 lines
257 B
Plaintext

#
# qmake configuration for genode-g++
#
MAKEFILE_GENERATOR = UNIX
CONFIG += incremental gdb_dwarf_index
QMAKE_INCREMENTAL_STYLE = sublib
include(../common/linux.conf)
include(../common/gcc-base-unix.conf)
include(../common/g++-unix.conf)
load(qt_config)