##// END OF EJS Templates
Removed annoying GUI bug with dock widget handling:...
Removed annoying GUI bug with dock widget handling: -when last the plugin is removed the GUI is broken, if you add a new plugin it will not tabify correctly. Some cleaning on proxy: -removed dead code. Updated credits: -added LppSerial link to hephaistos -added gnome icons link

File last commit:

r5:483cfe27e044 Working snapshot default
r12:a31c7daed0d6 default
Show More
SocExplorer.pro
86 lines | 1.2 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{
SocExplorer.path = /usr/share/applications/
SocExplorer.files = unixcfg/SocExplorer.desktop
icon.path = /etc/SocExplorer
icon.files = ressources/images/logo-lpp-cutted.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
}
Working snapshot.
r5 INSTALLS+=socexplorercfg
Jeandet Alexis
First init of SocExplorer Repository.
r0