##// 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:

r0:1aa783210b8e default
r12:a31c7daed0d6 default
Show More
SocExplorer_TCP_Terminal.pro
25 lines | 547 B | text/idl | PrologLexer
Jeandet Alexis
First init of SocExplorer Repository.
r0 #-------------------------------------------------
#
# Project created by QtCreator 2013-03-18T17:16:23
#
#-------------------------------------------------
QT += core gui network
SOCEXPLORER_ROOT = $${PWD}/../..
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = SocExplorer_TCP_Terminal
TEMPLATE = app
win32:DESTDIR = $${SOCEXPLORER_ROOT}/bin/win32/
unix:DESTDIR = $${SOCEXPLORER_ROOT}/bin/linux/
unix{
target.path = /usr/bin
INSTALLS += target
}
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h