mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Code maintenance for Qt 5:
- LinksCloud - VOIP - FeedReader git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6853 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c8b8daf110
commit
41ba665813
13 changed files with 48 additions and 10 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
CONFIG += qt uic qrc resources
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
# Qt 5
|
||||
QT += widgets
|
||||
}
|
||||
|
||||
SOURCES = FeedReaderPlugin.cpp \
|
||||
services/p3FeedReader.cc \
|
||||
services/p3FeedReaderThread.cc \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue