diff options
| author | Rusty Wagner <rusty@vector35.com> | 2015-08-16 03:14:52 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2015-08-16 03:14:52 -0400 |
| commit | b648a1188677ebedd2c75bddea0c6f2c89ef5520 (patch) | |
| tree | e0892afc878b9bc8bae798dd50d962f1956cd876 /api.pro | |
| parent | a401883aa235b222ceed191f455a776b23a3a689 (diff) | |
Move qmake project files so that compilers will give the full path to files with errors
Diffstat (limited to 'api.pro')
| -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 |
