mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 10:42:21 +00:00
94 lines
1.8 KiB
Prolog
94 lines
1.8 KiB
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2015-02-24T13:25:33
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += core gui multimedia
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
CONFIG += c++11
|
|
QMAKE_CFLAGS += -Wno-write-strings
|
|
QMAKE_CXXFLAGS += -Wno-write-strings
|
|
|
|
TARGET = nesca
|
|
TEMPLATE = app
|
|
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 \
|
|
vercheckerthread.cpp \
|
|
finder.cpp \
|
|
WebformWorker.cpp \
|
|
Connector.cpp \
|
|
connector_old.cpp \
|
|
Utils.cpp \
|
|
BruteUtils.cpp \
|
|
BasicAuth.cpp \
|
|
FTPAuth.cpp \
|
|
Threader.cpp \
|
|
SSHAuth.cpp \
|
|
FileUpdater.cpp \
|
|
FileDownloader.cpp \
|
|
IPCAuth.cpp
|
|
|
|
|
|
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 \
|
|
vercheckerthread.h \
|
|
Utils.h \
|
|
WebformWorker.h \
|
|
Connector.h \
|
|
BasicAuth.h \
|
|
BruteUtils.h \
|
|
FTPAuth.h \
|
|
Threader.h \
|
|
SSHAuth.h \
|
|
FileUpdater.h \
|
|
FileDownloader.h \
|
|
IPCAuth.h
|
|
|
|
FORMS += nesca_3.ui
|
|
|
|
RESOURCES += \
|
|
nesca_3.qrc
|
|
|
|
OTHER_FILES += \
|
|
nesca_3.rc
|
|
|
|
|
|
unix|win32: LIBS += -lssh
|
|
|
|
unix|win32: LIBS += -lcrypto
|
|
|
|
unix|win32: LIBS += -lcurl
|