summaryrefslogtreecommitdiff
path: root/api.pro
diff options
context:
space:
mode:
Diffstat (limited to 'api.pro')
-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