Browse Source

Removed dependancy from stdafx

pull/521/head
orignal 8 years ago committed by GitHub
parent
commit
b9cbdb2dc4
  1. 8
      qt/i2pd_qt/i2pd_qt.pro

8
qt/i2pd_qt/i2pd_qt.pro

@ -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…
Cancel
Save