2011-07-17 19:28:44 -04:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
2014-12-29 16:41:05 -05:00
|
|
|
CONFIG += ordered
|
|
|
|
|
2011-07-17 19:28:44 -04:00
|
|
|
SUBDIRS += \
|
2012-07-13 18:19:32 -04:00
|
|
|
openpgpsdk/src/openpgpsdk.pro \
|
2012-12-16 16:22:14 -05:00
|
|
|
supportlibs/pegmarkdown/pegmarkdown.pro \
|
2011-08-13 18:26:51 -04:00
|
|
|
libbitdht/src/libbitdht.pro \
|
|
|
|
libretroshare/src/libretroshare.pro \
|
2015-03-18 14:48:43 -04:00
|
|
|
libresapi/src/libresapi.pro \
|
2015-04-24 10:31:13 -04:00
|
|
|
retroshare-gui/src/retroshare-gui.pro \
|
2011-12-10 06:24:36 -05:00
|
|
|
retroshare-nogui/src/retroshare-nogui.pro \
|
2011-11-17 16:17:24 -05:00
|
|
|
plugins/plugins.pro
|
2015-08-22 14:50:30 -04:00
|
|
|
|
|
|
|
unix {
|
|
|
|
isEmpty(PREFIX) { PREFIX = /usr }
|
|
|
|
isEmpty(INC_DIR) { INC_DIR = "$${PREFIX}/include/retroshare06" }
|
|
|
|
isEmpty(LIB_DIR) { LIB_DIR = "$${PREFIX}/lib" }
|
|
|
|
isEmpty(DATA_DIR) { DATA_DIR = "$${PREFIX}/share/RetroShare06" }
|
|
|
|
|
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
|
|
|
|
}
|