mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
Removed dependancy from stdafx
This commit is contained in:
parent
7ae563867c
commit
b9cbdb2dc4
1 changed files with 3 additions and 5 deletions
|
@ -12,9 +12,9 @@ TARGET = i2pd_qt
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
QMAKE_CXXFLAGS *= -std=c++11
|
QMAKE_CXXFLAGS *= -std=c++11
|
||||||
|
|
||||||
# git clone https://github.com/emileb/Boost-for-Android-Prebuilt.git
|
# git clone https://github.com/PurpleI2P/Boost-for-Android-Prebuilt.git
|
||||||
# git clone https://github.com/hypnosis-i2p/OpenSSL-for-Android-Prebuilt
|
# git clone https://github.com/PurpleI2P/OpenSSL-for-Android-Prebuilt
|
||||||
# git clone https://github.com/anon5/android-ifaddrs.git
|
# git clone https://github.com/PuerpleI2P/android-ifaddrs.git
|
||||||
# change to your own
|
# change to your own
|
||||||
BOOST_PATH = /mnt/media/android/Boost-for-Android-Prebuilt
|
BOOST_PATH = /mnt/media/android/Boost-for-Android-Prebuilt
|
||||||
OPENSSL_PATH = /mnt/media/android/OpenSSL-for-Android-Prebuilt
|
OPENSSL_PATH = /mnt/media/android/OpenSSL-for-Android-Prebuilt
|
||||||
|
@ -57,7 +57,6 @@ SOURCES += DaemonQT.cpp\
|
||||||
../../SSU.cpp \
|
../../SSU.cpp \
|
||||||
../../SSUData.cpp \
|
../../SSUData.cpp \
|
||||||
../../SSUSession.cpp \
|
../../SSUSession.cpp \
|
||||||
../../stdafx.cpp \
|
|
||||||
../../Streaming.cpp \
|
../../Streaming.cpp \
|
||||||
../../TransitTunnel.cpp \
|
../../TransitTunnel.cpp \
|
||||||
../../Transports.cpp \
|
../../Transports.cpp \
|
||||||
|
@ -107,7 +106,6 @@ HEADERS += mainwindow.h \
|
||||||
../../SSU.h \
|
../../SSU.h \
|
||||||
../../SSUData.h \
|
../../SSUData.h \
|
||||||
../../SSUSession.h \
|
../../SSUSession.h \
|
||||||
../../stdafx.h \
|
|
||||||
../../Streaming.h \
|
../../Streaming.h \
|
||||||
../../Timestamp.h \
|
../../Timestamp.h \
|
||||||
../../TransitTunnel.h \
|
../../TransitTunnel.h \
|
||||||
|
|
Loading…
Add table
Reference in a new issue