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

CONFIG += testcase strict_flags warn_on

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

TARGET = tst_addresscache

include(../../../elfutils.pri)

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

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

OTHER_FILES += addresscache.qbs