From b648a1188677ebedd2c75bddea0c6f2c89ef5520 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Sun, 16 Aug 2015 03:14:52 -0400 Subject: Move qmake project files so that compilers will give the full path to files with errors --- api.pro | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 api.pro (limited to 'api.pro') 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 -- cgit v1.3.1