Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
22 lines
438 B
Plaintext
22 lines
438 B
Plaintext
#
|
|
# qmake configuration for linux-clang
|
|
#
|
|
|
|
MAKEFILE_GENERATOR = UNIX
|
|
TARGET_PLATFORM = unix
|
|
TEMPLATE = app
|
|
CONFIG += qt warn_on release incremental link_prl
|
|
QT += core gui
|
|
|
|
QMAKE_INCREMENTAL_STYLE = sublib
|
|
|
|
include(../../common/linux.conf)
|
|
include(../../common/gcc-base-unix.conf)
|
|
include(../../common/clang.conf)
|
|
|
|
QMAKE_LFLAGS += -ccc-gcc-name g++
|
|
QMAKE_CXXFLAGS += -Qunused-arguments
|
|
QMAKE_CFLAGS += -Qunused-arguments
|
|
|
|
load(qt_config)
|