##// END OF EJS Templates
fixed win32 build
fixed win32 build

File last commit:

r0:1aa783210b8e default
r8:ee188276b590 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