mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
fixed version numbers in packaging scripts and added proper targets in VOIP and FeedReader plugins
This commit is contained in:
parent
58383a76b1
commit
ecf5f79c03
4 changed files with 14 additions and 9 deletions
|
@ -19,6 +19,9 @@
|
|||
!include("../Common/retroshare_plugin.pri"): error("Could not include file ../Common/retroshare_plugin.pri")
|
||||
|
||||
CONFIG += qt uic qrc resources
|
||||
TARGET = FeedReader
|
||||
TARGET_PRL = FeedReader
|
||||
DESTDIR = lib
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
# Qt 5
|
||||
|
|
|
@ -28,8 +28,12 @@ exists($$[QMAKE_MKSPECS]/features/mobility.prf) {
|
|||
} else {
|
||||
QT += multimedia
|
||||
}
|
||||
|
||||
CONFIG += qt uic qrc resources
|
||||
MOBILITY = multimedia
|
||||
TARGET = VOIP
|
||||
TARGET_PRL = VOIP
|
||||
DESTDIR = lib
|
||||
|
||||
DEPENDPATH += $$PWD/../../retroshare-gui/src/temp/ui
|
||||
INCLUDEPATH += $$PWD/../../retroshare-gui/src/temp/ui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue