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 e5fdecd commit eee16fbCopy full SHA for eee16fb
src/src.pro
@@ -29,6 +29,10 @@ target.path = $$BINDIR
29
DEPENDPATH += .
30
QT = core
31
32
+greaterThan(QT_MAJOR_VERSION, 5) {
33
+ QT += core5compat
34
+}
35
+
36
INCLUDEPATH += . $$SVN_INCLUDE $$APR_INCLUDE
37
!isEmpty(SVN_LIBDIR): LIBS += -L$$SVN_LIBDIR
38
LIBS += -lsvn_fs-1 -lsvn_repos-1 -lapr-1 -lsvn_subr-1
0 commit comments