##// END OF EJS Templates
New Plugin Manager and interface to remove all the previous crap!...
New Plugin Manager and interface to remove all the previous crap! Let's use Qt plugin API and make it much simpler.

File last commit:

r75:a4283ba9e91e default
r118:de85e8465e67 tip 1.0
Show More
SocExplorer.pro
95 lines | 1.6 KiB | text/idl | PrologLexer
Jeandet Alexis
First init of SocExplorer Repository.
r0 #-------------------------------------------------
#
# Project created by QtCreator 2011-09-19T22:52:10
#
#-------------------------------------------------
TEMPLATE = subdirs
CONFIG += ordered release
SUBDIRS = \
src/common \
src/SocExplorerEngine \
src \
src/SocExplorer_TCP_Terminal
Working snapshot.
r5 socexplorercfg.path = $$[QT_INSTALL_PREFIX]/mkspecs/features
socexplorercfg.files = \
Jeandet Alexis
First init of SocExplorer Repository.
r0 src/SocExplorerEngine/plugins/socexplorerplugin.prf
unix{
Jeandet Alexis
Added appdata for gnome-software visibility.
r67 SocExplorerLauncher.path = /usr/share/applications/
Jeandet Alexis
Some cleanup and test for gnome-software visibility.
r68 SocExplorerLauncher.files = unixcfg/socexplorer.desktop
Jeandet Alexis
Added appdata for gnome-software visibility.
r67 SocExplorerAppData.path = /usr/share/appdata/
Jeandet Alexis
Some cleanup and test for gnome-software visibility.
r68 SocExplorerAppData.files = unixcfg/socexplorer.appdata.xml
Jeandet Alexis
Removed _d for debug binaries, moved plugin to default location...
r65 PluginConfPath.path = /etc/SocExplorer/plugin.conf.d/
PluginConfPath.files = unixcfg/plugins.conf
Jeandet Alexis
Moved xml soc description in /usr/share/SocExplorer.
r66 share.path = /usr/share/SocExplorer
Jeandet Alexis
Some more tries on desktop shortcut.
r69 share.files = ressources/images/icon.png \
Added some regs definitions for LFR instrument. Added memory size measurement.
r73 ressources/Grlib.xml \
ressources/LPP.xml \
ressources/IAP.xml
Jeandet Alexis
First init of SocExplorer Repository.
r0 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
Jeandet Alexis
Added appdata for gnome-software visibility.
r67 INSTALLS+=Wizard SocExplorerLauncher share PluginConfPath SocExplorerAppData
Updated Spec and revision number.
r75 OTHER_FILES += unixcfg/SocExplorer.spec
Jeandet Alexis
First init of SocExplorer Repository.
r0 }
Working snapshot.
r5 INSTALLS+=socexplorercfg
Jeandet Alexis
First init of SocExplorer Repository.
r0