-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSecondAttempt.pro
37 lines (28 loc) · 988 Bytes
/
SecondAttempt.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#-------------------------------------------------
#
# Project created by QtCreator 2015-09-30T20:56:09
#
#-------------------------------------------------
QT += core gui network
#OPENSSL_LIBS = '-L/usr/local/Cellar/openssl/1.0.2d_1/lib -lssl -lcrypto' ./configure -openssl-linked
OPENSSL_LIBS = '/usr/local/Cellar/openssl/1.0.2d_1/lib/libcrypto.a /usr/local/Cellar/openssl/1.0.2d_1/lib/libssl.a -lssl -lcrypto' ./configure -v -openssl-linked
QT_LOGGING_RULES = qt.network.ssl.warning=false
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = SecondAttempt
TEMPLATE = app
QMAKE_MAC_SDK = macosx10.12
SOURCES += main.cpp\
mainwindow.cpp \
Controller.cpp \
StaticProxyConnection.cpp \
SslServer.cpp \
RelayServer.cpp \
CommandControlInterface.cpp
HEADERS += mainwindow.h \
Controller.h \
StaticProxyConnection.h \
SslServer.h \
RelayServer.h \
CommandControlInterface.h
FORMS += mainwindow.ui
RESOURCES = certificate.qrc