mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 13:15:43 +08:00
Adds c++11 flags for compiler.
This commit is contained in:
parent
343c5cc727
commit
b52436aac7
@ -9,6 +9,8 @@ CONFIG += staticlib
|
|||||||
|
|
||||||
INCLUDEPATH += $$PWD/src
|
INCLUDEPATH += $$PWD/src
|
||||||
|
|
||||||
|
QMAKE_CXXFLAGS += -std=c++11
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
src/ads/section_content.cpp \
|
src/ads/section_content.cpp \
|
||||||
src/ads/ads.cpp \
|
src/ads/ads.cpp \
|
||||||
|
@ -5,6 +5,10 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
|
INCLUDEPATH += $$PWD/src
|
||||||
|
|
||||||
|
QMAKE_CXXFLAGS += -std=c++11
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
src/main.cpp \
|
src/main.cpp \
|
||||||
src/mainwindow.cpp \
|
src/mainwindow.cpp \
|
||||||
|
Loading…
Reference in New Issue
Block a user