mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 20:36:36 -05:00
Added Qt 5 Core Compat module for QRegExp for Qt 6
This commit is contained in:
parent
96c02d94c3
commit
15684bf8d3
6 changed files with 10 additions and 2 deletions
|
|
@ -28,6 +28,8 @@ greaterThan(QT_MAJOR_VERSION, 4) {
|
|||
QT += widgets
|
||||
}
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION,5): QT += core5compat
|
||||
|
||||
target.files = lib/libFeedReader.so
|
||||
|
||||
SOURCES = FeedReaderPlugin.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue