2015-08-31 11:55:30 -04:00
|
|
|
!include("retroshare.pri"): error("Could not include file retroshare.pri")
|
|
|
|
|
2011-07-17 19:28:44 -04:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
|
|
SUBDIRS += \
|
2015-08-29 07:10:03 -04:00
|
|
|
openpgpsdk \
|
|
|
|
libbitdht \
|
|
|
|
libretroshare \
|
|
|
|
libresapi \
|
|
|
|
pegmarkdown \
|
|
|
|
retroshare_gui \
|
|
|
|
retroshare_nogui \
|
|
|
|
plugins
|
|
|
|
|
|
|
|
openpgpsdk.file = openpgpsdk/src/openpgpsdk.pro
|
|
|
|
|
|
|
|
libbitdht.file = libbitdht/src/libbitdht.pro
|
|
|
|
|
|
|
|
libretroshare.file = libretroshare/src/libretroshare.pro
|
|
|
|
libretroshare.depends = openpgpsdk libbitdht
|
|
|
|
|
|
|
|
libresapi.file = libresapi/src/libresapi.pro
|
|
|
|
libresapi.depends = libretroshare
|
|
|
|
|
|
|
|
pegmarkdown.file = supportlibs/pegmarkdown/pegmarkdown.pro
|
|
|
|
|
|
|
|
retroshare_gui.file = retroshare-gui/src/retroshare-gui.pro
|
|
|
|
retroshare_gui.depends = libretroshare libresapi pegmarkdown
|
|
|
|
|
|
|
|
retroshare_nogui.file = retroshare-nogui/src/retroshare-nogui.pro
|
|
|
|
retroshare_nogui.depends = libretroshare libresapi
|
|
|
|
|
|
|
|
plugins.file = plugins/plugins.pro
|
|
|
|
plugins.depends = retroshare_gui
|
2015-08-22 14:50:30 -04:00
|
|
|
|
|
|
|
unix {
|
2015-08-23 05:13:55 -04:00
|
|
|
icon_files.path = "$${PREFIX}/share/icons/hicolor"
|
2015-08-24 18:56:50 -04:00
|
|
|
icon_files.files = data/24x24
|
|
|
|
icon_files.files += data/48x48
|
|
|
|
icon_files.files += data/64x64
|
|
|
|
icon_files.files += data/128x128
|
2015-08-23 05:13:55 -04:00
|
|
|
INSTALLS += icon_files
|
2015-08-22 14:50:30 -04:00
|
|
|
|
|
|
|
desktop_files.path = "$${PREFIX}/share/applications"
|
2015-08-24 18:56:50 -04:00
|
|
|
desktop_files.files = data/retroshare06.desktop
|
2015-08-22 14:50:30 -04:00
|
|
|
INSTALLS += desktop_files
|
|
|
|
|
|
|
|
pixmap_files.path = "$${PREFIX}/share/pixmaps"
|
2015-08-24 18:56:50 -04:00
|
|
|
pixmap_files.files = data/retroshare06.xpm
|
2015-08-22 14:50:30 -04:00
|
|
|
INSTALLS += pixmap_files
|
|
|
|
|
|
|
|
data_files.path = "$${DATA_DIR}"
|
|
|
|
data_files.files = libbitdht/src/bitdht/bdboot.txt
|
|
|
|
INSTALLS += data_files
|
|
|
|
|
|
|
|
webui_files.path = "$${DATA_DIR}/webui"
|
|
|
|
webui_files.files = libresapi/src/webfiles/*
|
|
|
|
INSTALLS += webui_files
|
|
|
|
|
|
|
|
webui_img_files.path = "$${DATA_DIR}/webui/img"
|
|
|
|
webui_img_files.files = retroshare-gui/src/gui/images/logo/logo_splash.png
|
|
|
|
INSTALLS += webui_img_files
|
|
|
|
}
|