mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 19:26:59 +03: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
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue