summaryrefslogtreecommitdiffstats
path: root/tools/adb-dump/adb-dump.pro
blob: b910dc79da11a910fbfed27d5dfd149beb1090ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include($$PWD/../../src/3rdparty/btree/btree.pri)

TARGET = adb-dump
DESTDIR = $$QT.jsondb.bins

target.path = $$[QT_INSTALL_PREFIX]/bin
INSTALLS += target

QT = core

mac:CONFIG -= app_bundle

!mac:LIBS += -lcrypto

INCLUDEPATH += ../../src/daemon

HEADERS += ../../src/daemon/aodb.h

SOURCES += main.cpp ../../src/daemon/aodb.cpp