summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2015-08-17 01:51:40 -0400
committerRusty Wagner <rusty@vector35.com>2015-08-17 01:56:52 -0400
commit5bb9b6c059e85e81a307a111fef7749cd759a8d0 (patch)
treed3d6365a094646c559348c7de5f341bf47fbd554
parent2d6908f2b7eccb95286b18d7c06168909eeb7f6a (diff)
parentb648a1188677ebedd2c75bddea0c6f2c89ef5520 (diff)
Merge branch 'makefile_refactor'
-rw-r--r--api.pro42
1 files changed, 0 insertions, 42 deletions
diff --git a/api.pro b/api.pro
deleted file mode 100644
index 3de6db3f..00000000
--- a/api.pro
+++ /dev/null
@@ -1,42 +0,0 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2015-02-03T19:45:44
-#
-#-------------------------------------------------
-
-QT -= core gui
-
-TARGET = binaryninjaapi
-TEMPLATE = lib
-CONFIG += staticlib
-CONFIG += c++11
-
-SOURCES += \
- databuffer.cpp \
- filemetadata.cpp \
- fileaccessor.cpp \
- binaryview.cpp \
- binaryviewtype.cpp \
- binaryreader.cpp \
- binarywriter.cpp \
- transform.cpp \
- architecture.cpp \
- basicblock.cpp \
- function.cpp \
- functiongraph.cpp \
- functiongraphblock.cpp \
- log.cpp \
- tempfile.cpp \
- lowlevelil.cpp \
- type.cpp \
- functionrecognizer.cpp \
- ../core/json/jsoncpp.cpp
-
-HEADERS += binaryninjaapi.h
-unix {
- target.path = /usr/lib
- INSTALLS += target
-}
-
-INCLUDEPATH += $$PWD/../core
-DEPENDPATH += $$PWD/../core