Skip to content

Commit

Permalink
Cleanup C++11 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Mar 6, 2018
1 parent 56e5573 commit 3d6b4fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/src.pro
Expand Up @@ -13,7 +13,7 @@ DEFINES += LIPSTICK_BUILD_LIBRARY
DEFINES += VERSION=\\\"$${VERSION}\\\"
DEFINES += MESA_EGL_NO_X11_HEADERS

CONFIG += qt wayland-scanner
CONFIG += qt wayland-scanner c++11
INSTALLS = target ts_install engineering_english_install
target.path = $$[QT_INSTALL_LIBS]

Expand Down Expand Up @@ -180,7 +180,6 @@ QMAKE_CXXFLAGS += \
-Werror \
-Wfatal-errors \
-g \
-std=c++0x \
-fPIC \
-fvisibility=hidden \
-fvisibility-inlines-hidden
Expand Down

0 comments on commit 3d6b4fd

Please sign in to comment.