changed compiler

This commit is contained in:
Torsten Schulz
2017-11-28 22:42:37 +01:00
parent c0a8fe55f8
commit 626b69e149

View File

@@ -4,6 +4,10 @@ CONFIG -= app_bundle
CONFIG -= qt
TARGET = yourchat
QMAKE_CC = g++-7
QMAKE_CXX = g++-7
QMAKE_CXXFLAGS += -std=gnu++11 -g
SOURCES += main.cpp \
config.cpp \
server.cpp \