Skip to content

Commit

Permalink
remove msvc specific flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jveitchmichaelis committed Sep 19, 2021
1 parent f77e90c commit c134948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeepLabel.pro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ LIBS += -L"$$_PRO_FILE_PWD_/opencv/build/install/x64/vc15/lib"
INCLUDEPATH += "$$_PRO_FILE_PWD_/protobuf/include"
LIBS += -L"$$_PRO_FILE_PWD_/protobuf/lib"

QMAKE_CXXFLAGS += "/std:c++17 /permissive-"
#QMAKE_CXXFLAGS += "/std:c++17 /permissive-"
CONFIG(debug, debug|release) {
LIBS += -lopencv_world453d -llibprotobufd
}else{
Expand Down

0 comments on commit c134948

Please sign in to comment.