mirror of
https://abf.rosa.ru/djam/retroshare-qt5.git
synced 2025-02-23 16:42:53 +00:00
44 lines
1.3 KiB
Diff
44 lines
1.3 KiB
Diff
*** retroshare-gui/src/retroshare-gui.pro.orig 2018-05-09 09:05:41.000000000 +0300
|
|
--- retroshare-gui/src/retroshare-gui.pro 2018-05-09 09:13:41.000000000 +0300
|
|
***************
|
|
*** 5,11 ****
|
|
CONFIG += qt gui uic qrc resources idle bitdht
|
|
CONFIG += link_prl
|
|
CONFIG += console
|
|
! TARGET = retroshare
|
|
DEFINES += TARGET=\\\"$${TARGET}\\\"
|
|
|
|
# Plz never commit the .pro with these flags enabled.
|
|
--- 5,11 ----
|
|
CONFIG += qt gui uic qrc resources idle bitdht
|
|
CONFIG += link_prl
|
|
CONFIG += console
|
|
! TARGET = retroshare-qt5
|
|
DEFINES += TARGET=\\\"$${TARGET}\\\"
|
|
|
|
# Plz never commit the .pro with these flags enabled.
|
|
***************
|
|
*** 109,119 ****
|
|
INSTALLS += icon_files
|
|
|
|
desktop_files.path = "$${PREFIX}/share/applications"
|
|
! desktop_files.files = ../../data/retroshare.desktop
|
|
INSTALLS += desktop_files
|
|
|
|
pixmap_files.path = "$${PREFIX}/share/pixmaps"
|
|
! pixmap_files.files = ../../data/retroshare.xpm
|
|
INSTALLS += pixmap_files
|
|
|
|
}
|
|
--- 109,119 ----
|
|
INSTALLS += icon_files
|
|
|
|
desktop_files.path = "$${PREFIX}/share/applications"
|
|
! desktop_files.files = ../../data/retroshare-qt5.desktop
|
|
INSTALLS += desktop_files
|
|
|
|
pixmap_files.path = "$${PREFIX}/share/pixmaps"
|
|
! pixmap_files.files = ../../data/retroshare-qt5.xpm
|
|
INSTALLS += pixmap_files
|
|
|
|
}
|