blob: 643557b6a0fb9acf2119821ca04e30cb63edb5aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include($$PWD/../../../src/hbtree/hbtree.pri)
include($$PWD/../../../src/3rdparty/btree/btree.pri)
TARGET = tst_bench_btrees
QT = core testlib
CONFIG -= app_bundle
CONFIG += testcase
SOURCES += \
main.cpp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|