Skip to content

Commit

Permalink
Fix the build for non-win32
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbirkin committed Mar 13, 2018
1 parent ce5d457 commit 06277d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sACNView.pro
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ macx {
}

# Debug symbols
QMAKE_CXXFLAGS += /Zi
QMAKE_LFLAGS += /INCREMENTAL:NO /Debug
win32 {
QMAKE_CXXFLAGS += /Zi
QMAKE_LFLAGS += /INCREMENTAL:NO /Debug
}

## External Libs

Expand Down

0 comments on commit 06277d1

Please sign in to comment.