Skip to content

Commit

Permalink
windows uses backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuahin committed Jul 23, 2018
1 parent 315ff28 commit 474ee2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QPropertyModel.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CONFIG += debug_and_release
DEFINES += QPROPERTYMODEL_LIBRARY

*msvc* { # visual studio spec filter
QMAKE_CXXFLAGS += -MP
QMAKE_CXXFLAGS += /MP
}

contains(DEFINES,QPROPERTYMODEL_LIBRARY){
Expand Down

0 comments on commit 474ee2f

Please sign in to comment.