##// END OF EJS Templates
Removed _d for debug binaries, moved plugin to default location...
Removed _d for debug binaries, moved plugin to default location in /usr/lib(64)/SocExplorer/plugins and added /etc/SocExplorer/plugin.conf.d/ as lookup path.

File last commit:

r65:7f2fbf718320 default
r65:7f2fbf718320 default
Show More
SocExplorer.pro
88 lines | 1.3 KiB | text/idl | PrologLexer
#-------------------------------------------------
#
# Project created by QtCreator 2011-09-19T22:52:10
#
#-------------------------------------------------
TEMPLATE = subdirs
CONFIG += ordered release
SUBDIRS = \
src/common \
src/SocExplorerEngine \
src \
src/SocExplorer_TCP_Terminal
socexplorercfg.path = $$[QT_INSTALL_PREFIX]/mkspecs/features
socexplorercfg.files = \
src/SocExplorerEngine/plugins/socexplorerplugin.prf
unix{
SocExplorer.path = /usr/share/applications/
SocExplorer.files = unixcfg/SocExplorer.desktop
PluginConfPath.path = /etc/SocExplorer/plugin.conf.d/
PluginConfPath.files = unixcfg/plugins.conf
icon.path = /usr/share/SocExplorer
icon.files = ressources/images/Indiana_Jones_cappello.png
Wizard.path = /usr/share/qtcreator/templates/wizards/SocExplorerPlugin
Wizard.files = Qt_Creator_Wizard/SocExplorerPlugin/logo-lpp-cutted.png \
Qt_Creator_Wizard/SocExplorerPlugin/plugin.cpp \
Qt_Creator_Wizard/SocExplorerPlugin/plugin.h \
Qt_Creator_Wizard/SocExplorerPlugin/project.pro \
Qt_Creator_Wizard/SocExplorerPlugin/wizard.xml
INSTALLS+=Wizard SocExplorer icon PluginConfPath
}
INSTALLS+=socexplorercfg