mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-27 08:19:30 +08:00
Use c++11 config instead of hard coding flags
Tell qtmake to use c++11 and let it handle the configuration changes.
This commit is contained in:
parent
1506999968
commit
3f22bf1186
@ -10,8 +10,7 @@ exists($$OUT_PWD/../conf.pri) {
|
||||
}
|
||||
|
||||
LIBS += -framework Carbon -framework IOKit
|
||||
QMAKE_CXXFLAGS += -stdlib=libc++
|
||||
QMAKE_LFLAGS += -stdlib=libc++
|
||||
CONFIG += c++11
|
||||
|
||||
document_icon.path = Contents/Resources
|
||||
document_icon.files = mac/qBitTorrentDocument.icns
|
||||
|
Loading…
Reference in New Issue
Block a user