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

r0:1aa783210b8e default
r118:de85e8465e67 tip 1.0
Show More
SocExplorer_TCP_Terminal.pro
25 lines | 547 B | text/idl | PrologLexer
#-------------------------------------------------
#
# 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