mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-30 19:40:12 -07:00
10 lines
179 B
Text
10 lines
179 B
Text
#
|
|
# qmake configuration for linux-clang and libc++
|
|
#
|
|
|
|
include(../linux-clang/qmake.conf)
|
|
|
|
QMAKE_CXXFLAGS += -stdlib=libc++
|
|
QMAKE_LFLAGS += -stdlib=libc++
|
|
|
|
load(qt_config)
|