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-03-10 14:35:50 +00:00
|
|
|
QMAKE_CFLAGS += -Wno-write-strings
|
|
|
|
QMAKE_CXXFLAGS += -Wno-write-strings
|
2015-02-24 14:14:32 +00:00
|
|
|
|
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 \
|
|
|
|
DrawerTh_GridQoSScanner.cpp \
|
|
|
|
DrawerTh_HorNet.cpp \
|
|
|
|
DrawerTh_ME2Scanner.cpp \
|
|
|
|
DrawerTh_QoSScanner.cpp \
|
|
|
|
DrawerTh_VoiceScanner.cpp \
|
|
|
|
msgcheckerthread.cpp \
|
|
|
|
nesca_3.cpp \
|
|
|
|
nesca_startModule.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 \
|
|
|
|
WebformWorker.cpp \
|
|
|
|
Connector.cpp \
|
2015-03-06 14:32:36 +00:00
|
|
|
connector_old.cpp \
|
2015-03-13 14:27:21 +00:00
|
|
|
Utils.cpp \
|
|
|
|
BruteUtils.cpp \
|
2015-03-16 14:29:34 +00:00
|
|
|
BasicAuth.cpp \
|
2015-03-17 14:30:53 +00:00
|
|
|
FTPAuth.cpp \
|
2015-03-23 13:54:40 +00:00
|
|
|
Threader.cpp \
|
|
|
|
SSHAuth.cpp
|
2015-02-24 14:14:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
HEADERS += ActivityDrawerTh_HorNet.h \
|
|
|
|
base64.h \
|
|
|
|
CheckKey_Th.h \
|
|
|
|
DrawerTh_GridQoSScanner.h \
|
|
|
|
DrawerTh_HorNet.h \
|
|
|
|
DrawerTh_ME2Scanner.h \
|
|
|
|
DrawerTh_QoSScanner.h \
|
|
|
|
DrawerTh_VoiceScanner.h \
|
|
|
|
externData.h \
|
|
|
|
externFunctions.h \
|
|
|
|
mainResources.h \
|
|
|
|
msgcheckerthread.h \
|
|
|
|
nesca_3.h \
|
|
|
|
piestat.h \
|
|
|
|
progressbardrawer.h \
|
|
|
|
resource.h \
|
|
|
|
STh.h \
|
2015-03-05 14:29:05 +00:00
|
|
|
vercheckerthread.h \
|
|
|
|
Utils.h \
|
|
|
|
WebformWorker.h \
|
2015-03-13 14:27:21 +00:00
|
|
|
Connector.h \
|
|
|
|
BasicAuth.h \
|
2015-03-16 14:29:34 +00:00
|
|
|
BruteUtils.h \
|
2015-03-17 14:30:53 +00:00
|
|
|
FTPAuth.h \
|
2015-03-23 13:54:40 +00:00
|
|
|
Threader.h \
|
|
|
|
SSHAuth.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 += -lssh
|
|
|
|
|
|
|
|
unix|win32: LIBS += -lcrypto
|
|
|
|
|
2015-03-02 14:27:38 +00:00
|
|
|
unix|win32: LIBS += -lcurl
|