Skip to content

Commit

Permalink
fix(Project): Remove extra lines from project file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsnen committed Nov 19, 2020
1 parent 55c3c72 commit d713874
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Kvazzup.pro
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ win32{


win32-msvc{
# Note: I had problems with msvc version 10.0.18362.0
# and had to use another version

# static kvazaar. Untested
#DEFINES += KVZ_STATIC_LIB

Expand Down Expand Up @@ -324,8 +327,3 @@ CONFIG(false){

DISTFILES += \
.gitignore

win32: LIBS += -L$$PWD/../msvc_libs/old/ -lkvazaar_lib

INCLUDEPATH += $$PWD/../msvc_libs/old
DEPENDPATH += $$PWD/../msvc_libs/old

0 comments on commit d713874

Please sign in to comment.