diff options
Diffstat (limited to 'api.pro')
| -rw-r--r-- | api.pro | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/api.pro b/api.pro new file mode 100644 index 00000000..6e20687d --- /dev/null +++ b/api.pro @@ -0,0 +1,22 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2015-02-03T19:45:44 +# +#------------------------------------------------- + +QT -= core gui + +TARGET = binaryninjaapi +TEMPLATE = lib +CONFIG += staticlib + +SOURCES += binaryninjaapi.cpp + +HEADERS += binaryninjaapi.h +unix { + target.path = /usr/lib + INSTALLS += target +} + +INCLUDEPATH += $$PWD/../core +DEPENDPATH += $$PWD/../core |
