nesca/nesca.pro

88 lines
1.7 KiB
Prolog
Raw Normal View History

2015-02-24 14:00:19 +00:00
#-------------------------------------------------
#
# Project created by QtCreator 2015-02-24T13:25:33
#
#-------------------------------------------------
2015-02-27 13:55:35 +00:00
QT += core gui multimedia
2015-02-24 14:00:19 +00:00
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
2015-02-24 14:14:32 +00:00
CONFIG += c++11
2015-02-24 14:00:19 +00:00
TARGET = nesca
TEMPLATE = app
2015-02-24 14:14:32 +00:00
INCLUDEPATH += /opt/Qt5.3.2/5.3/gcc_64/include/QtWidgets/
SOURCES +=\
main.cpp \
ActivityDrawerTh_HorNet.cpp \
base64.cpp \
CheckKey_Th.cpp \
CheckProxy_Th.cpp \
DrawerTh_GridQoSScanner.cpp \
DrawerTh_HorNet.cpp \
DrawerTh_ME2Scanner.cpp \
DrawerTh_QoSScanner.cpp \
DrawerTh_VoiceScanner.cpp \
irc_nmblinker.cpp \
IRCPinger_Th.cpp \
msgcheckerthread.cpp \
nesca_3.cpp \
nesca_startModule.cpp \
oIRC_Th.cpp \
piestat.cpp \
progressbardrawer.cpp \
STh.cpp \
2015-02-26 14:20:37 +00:00
vercheckerthread.cpp \
2015-03-05 14:29:05 +00:00
finder.cpp \
Utils.cpp \
WebformWorker.cpp \
Connector.cpp \
connector_old.cpp
2015-02-24 14:14:32 +00:00
HEADERS += ActivityDrawerTh_HorNet.h \
base64.h \
CheckKey_Th.h \
CheckProxy_Th.h \
DrawerTh_GridQoSScanner.h \
DrawerTh_HorNet.h \
DrawerTh_ME2Scanner.h \
DrawerTh_QoSScanner.h \
DrawerTh_VoiceScanner.h \
externData.h \
externFunctions.h \
irc_nmblinker.h \
IRCPinger_Th.h \
mainResources.h \
msgcheckerthread.h \
nesca_3.h \
oIRC_Th.h \
piestat.h \
progressbardrawer.h \
resource.h \
STh.h \
2015-03-05 14:29:05 +00:00
vercheckerthread.h \
Utils.h \
WebformWorker.h \
Connector.h
2015-02-24 14:00:19 +00:00
2015-02-24 14:14:32 +00:00
FORMS += nesca_3.ui
2015-02-24 14:00:19 +00:00
2015-02-24 14:14:32 +00:00
RESOURCES += \
nesca_3.qrc
2015-02-24 14:00:19 +00:00
2015-02-24 14:14:32 +00:00
OTHER_FILES += \
nesca_3.rc
2015-02-24 14:00:19 +00:00
2015-02-27 13:55:35 +00:00
unix|win32: LIBS += -lssl
unix|win32: LIBS += -lssh
unix|win32: LIBS += -lcrypto
unix|win32: LIBS += -lpthread
2015-03-02 14:27:38 +00:00
unix|win32: LIBS += -lcurl