summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbtree/qbtree.pro
blob: 39e104f247529294af08bfc77a25b009986a9ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
include($$PWD/../../../src/3rdparty/btree/btree.pri)

TARGET = tst_qbtree

QT = core testlib
CONFIG -= app_bundle
CONFIG += testcase

SOURCES += \
    main.cpp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0