diff options
| author | Rusty Wagner <rusty@vector35.com> | 2015-08-17 01:51:40 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2015-08-17 01:56:52 -0400 |
| commit | 5bb9b6c059e85e81a307a111fef7749cd759a8d0 (patch) | |
| tree | d3d6365a094646c559348c7de5f341bf47fbd554 | |
| parent | 2d6908f2b7eccb95286b18d7c06168909eeb7f6a (diff) | |
| parent | b648a1188677ebedd2c75bddea0c6f2c89ef5520 (diff) | |
Merge branch 'makefile_refactor'
| -rw-r--r-- | api.pro | 42 |
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 |
