26 lines
460 B
Prolog
Executable File
26 lines
460 B
Prolog
Executable File
QT -= gui
|
|
QT += widgets network
|
|
|
|
CONFIG += c++11 console
|
|
CONFIG -= app_bundle
|
|
|
|
DEFINES += QT_DEPRECATED_WARNINGS
|
|
|
|
SOURCES += \
|
|
httpserver.cpp \
|
|
jsonanswer.cpp \
|
|
main.cpp \
|
|
socketrunnable.cpp \
|
|
cpp-lib/zerostoragecaptchacrypto.cpp \
|
|
cpp-lib/zerostoragecaptcha.cpp
|
|
|
|
HEADERS += \
|
|
httpserver.h \
|
|
jsonanswer.h \
|
|
socketrunnable.h \
|
|
cpp-lib/zerostoragecaptchacrypto.h \
|
|
cpp-lib/zerostoragecaptcha.h
|
|
|
|
LIBS += \
|
|
-lcrypto
|