- Fixes empty QSplitter bug

- Removes obsolete code
This commit is contained in:
mfreiholz
2016-02-03 08:01:26 +01:00
parent cb5781cfdc
commit 4f394ddf5e
9 changed files with 64 additions and 89 deletions

View File

@@ -7,7 +7,15 @@ TEMPLATE = app
INCLUDEPATH += $$PWD/src
QMAKE_CXXFLAGS += -std=c++11
windows {
# MinGW
*-g++* {
QMAKE_CXXFLAGS += -std=c++11
}
# MSVC
*-msvc* {
}
}
SOURCES += \
src/main.cpp \