From 43fdbc955cdb94c4651b97605b3c9b3ba1bb0196 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sun, 9 Feb 2014 11:55:21 +0000 Subject: [PATCH] Remove unneeded .pro file. --- alethzero/alephzero.pro | 42 ----------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 alethzero/alephzero.pro diff --git a/alethzero/alephzero.pro b/alethzero/alephzero.pro deleted file mode 100644 index 4b58d56ae..000000000 --- a/alethzero/alephzero.pro +++ /dev/null @@ -1,42 +0,0 @@ -#------------------------------------------------- -# -# Project created by QtCreator 2014-01-22T11:47:38 -# -#------------------------------------------------- - -QT += core gui widgets network - - -TARGET = alephzero -TEMPLATE = app - -CONFIG(debug, debug|release): DEFINES += ETH_DEBUG - -QMAKE_CXXFLAGS += -std=c++11 - -#CONFIG += local_cryptopp - -local_cryptopp { - QMAKE_LIBDIR += ../../cryptopp562 - CRYPTOPP_LIBS += -lcryptopp -} - -!local_cryptopp { - CRYPTOPP_LIBS += -lcryptoppeth -} - -INCLUDEPATH += ../../cpp-ethereum -QMAKE_LIBDIR += ../../cpp-ethereum-build/libethereum ../../cpp-ethereum-build/secp256k1 -CONFIG(debug, debug|release): LIBS += -Wl,-rpath,../../cpp-ethereum-build/libethereum -LIBS += -lethereum $${CRYPTOPP_LIBS} -lsecp256k1 -lminiupnpc -lleveldb -lgmp -lboost_filesystem -lboost_system - -SOURCES += main.cpp \ - MainWin.cpp - -HEADERS += \ - MainWin.h - -FORMS += Main.ui - - -