Browse Source

Use c++11 config instead of hard coding flags

Tell qtmake to use c++11 and let it handle the configuration changes.
adaptive-webui-19844
David Christenson 10 years ago
parent
commit
3f22bf1186
  1. 3
      macxconf.pri

3
macxconf.pri

@ -10,8 +10,7 @@ exists($$OUT_PWD/../conf.pri) { @@ -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…
Cancel
Save