blob: 86dcc23fdde8ef2753d34204c599074e0942a82f [file] [log] [blame] [raw]
#-------------------------------------------------
#
# Project created by QtCreator 2018-05-18T03:36:29
#
#-------------------------------------------------
QT += core gui sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = sshout-qt
TEMPLATE = app
SOURCES += main.cpp\
connectionwindow.cpp \
settingsdialog.cpp \
mainwindow.cpp \
sshclient.cpp \
externalsshclient.cpp \
packet.cpp \
messagelog.cpp
HEADERS += connectionwindow.h \
settingsdialog.h \
mainwindow.h \
serverinformation.h \
sshclient.h \
externalsshclient.h \
common.h \
packet.h \
messagelog.h
FORMS += connectionwindow.ui \
settingsdialog.ui \
mainwindow.ui
#DEFINES += __STDC__