Skip to content
Snippets Groups Projects
Commit 91fa1bbc authored by Dmitry Gerasimov's avatar Dmitry Gerasimov
Browse files

[*] Typo fixed

parent 799b2eb4
No related branches found
No related tags found
1 merge request!897hotfix-6925
Pipeline #19181 passed with stage
in 5 minutes and 31 seconds
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#QMAKE_CFLAGS_DEBUG = -std=gnu11 -DDAP_DEBUG #QMAKE_CFLAGS_DEBUG = -std=gnu11 -DDAP_DEBUG
#QMAKE_CFLAGS_RELEASE += -std=gnu1 #QMAKE_CFLAGS_RELEASE += -std=gnu1
QMAKE_CFLAGS_DEBUG += -DDAP_DEBUG QMAKE_CFLAGS_DEBUG += -DDAP_DEBUG
QMAKE_CXXFLAGS += -std=c++1 QMAKE_CXXFLAGS += -std=c++11
QMAKE_CFLAGS += -std=gnu11 QMAKE_CFLAGS += -std=gnu11
unix { unix {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment