mirror of
https://abf.rosa.ru/djam/retroshare-qt5.git
synced 2025-02-24 00:52:53 +00:00
33 lines
994 B
Diff
33 lines
994 B
Diff
*** retroshare-gui/src/retroshare-gui.pro 2017-03-17 16:29:23.000000000 +0300
|
|
--- retroshare-gui/src/retroshare-gui.pro.orig 2017-03-10 17:57:40.000000000 +0300
|
|
***************
|
|
*** 4,10 ****
|
|
QT += network xml
|
|
CONFIG += qt gui uic qrc resources idle bitdht
|
|
CONFIG += link_prl
|
|
! TARGET = retroshare-qt5
|
|
DEFINES += TARGET=\\\"$TARGET\\\"
|
|
|
|
# Plz never commit the .pro with these flags enabled.
|
|
--- 4,10 ----
|
|
QT += network xml
|
|
CONFIG += qt gui uic qrc resources idle bitdht
|
|
CONFIG += link_prl
|
|
! TARGET = RetroShare06
|
|
DEFINES += TARGET=\\\"$TARGET\\\"
|
|
|
|
# Plz never commit the .pro with these flags enabled.
|
|
***************
|
|
*** 101,108 ****
|
|
--- 101,111 ----
|
|
INSTALLS += icon_files
|
|
|
|
desktop_files.path = "$${PREFIX}/share/applications"
|
|
+ desktop_files.files = ../../data/retroshare06.desktop
|
|
INSTALLS += desktop_files
|
|
+
|
|
pixmap_files.path = "$${PREFIX}/share/pixmaps"
|
|
+ pixmap_files.files = ../../data/retroshare06.xpm
|
|
INSTALLS += pixmap_files
|
|
|
|
}
|