Skip to content

Commit d713874

Browse files
committed
fix(Project): Remove extra lines from project file.
1 parent 55c3c72 commit d713874

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Kvazzup.pro

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,9 @@ win32{
234234

235235

236236
win32-msvc{
237+
# Note: I had problems with msvc version 10.0.18362.0
238+
# and had to use another version
239+
237240
# static kvazaar. Untested
238241
#DEFINES += KVZ_STATIC_LIB
239242

@@ -324,8 +327,3 @@ CONFIG(false){
324327

325328
DISTFILES += \
326329
.gitignore
327-
328-
win32: LIBS += -L$$PWD/../msvc_libs/old/ -lkvazaar_lib
329-
330-
INCLUDEPATH += $$PWD/../msvc_libs/old
331-
DEPENDPATH += $$PWD/../msvc_libs/old

0 commit comments

Comments
 (0)