We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a645e commit 59a0387Copy full SHA for 59a0387
src/src.pro
@@ -28,7 +28,7 @@ DEPENDPATH += .
28
QT = core
29
30
INCLUDEPATH += . $$SVN_INCLUDE $$APR_INCLUDE
31
-!isEmpty($$SVN_LIBDIR): LIBS += -L$$SVN_LIBDIR
+!isEmpty(SVN_LIBDIR): LIBS += -L$$SVN_LIBDIR
32
LIBS += -lsvn_fs-1 -lsvn_repos-1 -lapr-1 -lsvn_subr-1
33
34
# Input
0 commit comments