summaryrefslogtreecommitdiffstats
path: root/tests/auto/hbtree/hbtree.pro
blob: 61ffa3d14abd72a6c3721de9e9cfa3e6b2a6ad63 (plain)
1
2
3
4
5
6
7
8
9
10
11
include($$PWD/../../../src/hbtree/hbtree.pri)

TARGET = tst_hbtree

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

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