Skip to content

Commit eee16fb

Browse files
committed
Add core5compat to lower the bar for initial support for Qt 6
1 parent e5fdecd commit eee16fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/src.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ target.path = $$BINDIR
2929
DEPENDPATH += .
3030
QT = core
3131

32+
greaterThan(QT_MAJOR_VERSION, 5) {
33+
QT += core5compat
34+
}
35+
3236
INCLUDEPATH += . $$SVN_INCLUDE $$APR_INCLUDE
3337
!isEmpty(SVN_LIBDIR): LIBS += -L$$SVN_LIBDIR
3438
LIBS += -lsvn_fs-1 -lsvn_repos-1 -lapr-1 -lsvn_subr-1

0 commit comments

Comments
 (0)