Skip to content

Commit

Permalink
Removed GCC-7 project hacks.
Browse files Browse the repository at this point in the history
  • Loading branch information
graninas committed Aug 4, 2018
1 parent 5ea5bba commit e8a5a06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions cpp_stm/cpp_stm.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ TEMPLATE = lib
CONFIG += staticlib

CONFIG += c++1z
QMAKE_CXXFLAGS += -nostdinc++

INCLUDEPATH += /usr/include/x86_64-linux-gnu/c++/7
INCLUDEPATH += /usr/include/c++/7

SOURCES += \
stm/context.cpp
Expand Down
4 changes: 0 additions & 4 deletions cpp_stmTest/cpp_stmTest.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ CONFIG += console
CONFIG -= app_bundle

CONFIG += c++1z
QMAKE_CXXFLAGS += -nostdinc++

INCLUDEPATH += /usr/include/x86_64-linux-gnu/c++/7
INCLUDEPATH += /usr/include/c++/7

TEMPLATE = app

Expand Down

0 comments on commit e8a5a06

Please sign in to comment.