| #------------------------------------------------- |
| # |
| # 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__ |
| |
| RESOURCES += \ |
| icons.qrc |
| |
| QMAKE_CXXFLAGS += -Wno-empty-body -Wno-write-strings |
| |
| TRANSLATIONS = translations/sshout.zh-cn.ts |
| |
| CODECFORTR = UTF-8 |