Merge pull request #10 from fperillo/one-feature
Move CONFIG += c++11 to examples.pro from qt-material-widgets.pro
This commit is contained in:
commit
9a08fcb196
|
@ -1,5 +1,6 @@
|
||||||
QT += core gui widgets
|
QT += core gui widgets
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
CONFIG += c++11
|
||||||
SOURCES = mainwindow.cpp \
|
SOURCES = mainwindow.cpp \
|
||||||
main.cpp \
|
main.cpp \
|
||||||
avatarsettingseditor.cpp \
|
avatarsettingseditor.cpp \
|
||||||
|
|
|
@ -3,7 +3,6 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
TARGET = qt-material-widgets
|
TARGET = qt-material-widgets
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = components examples
|
SUBDIRS = components examples
|
||||||
CONFIG += c++11
|
|
||||||
|
|
||||||
# The following define makes your compiler emit warnings if you use
|
# The following define makes your compiler emit warnings if you use
|
||||||
# any feature of Qt which as been marked as deprecated (the exact warnings
|
# any feature of Qt which as been marked as deprecated (the exact warnings
|
||||||
|
|
Loading…
Reference in New Issue