mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
|
#
|
||
|
# qmake configuration for linux-clang and libc++
|
||
|
#
|
||
|
|
||
|
include(../linux-clang-32/qmake.conf)
|
||
|
|
||
|
QMAKE_CXXFLAGS += -stdlib=libc++
|
||
|
QMAKE_LFLAGS += -stdlib=libc++
|
||
|
|
||
|
load(qt_config)
|