summaryrefslogtreecommitdiffstats
path: root/tests/auto/addresscache/addresscache.pro
blob: d288ea198fc37c3bfbbb1b37248c3d8f973f791a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QT += testlib
QT -= gui

CONFIG += testcase strict_flags warn_on

INCLUDEPATH += ../../../app

TARGET = tst_addresscache

SOURCES += \
    tst_addresscache.cpp \
    ../../../app/perfelfmap.cpp \
    ../../../app/perfaddresscache.cpp

HEADERS += \
    ../../../app/perfelfmap.h \
    ../../../app/perfaddresscache.h

OTHER_FILES += addresscache.qbs