##// END OF EJS Templates
QHexEdit default size behavior is now beter.
QHexEdit default size behavior is now beter.

File last commit:

r0:1aa783210b8e default
r9:e707856c0191 default
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