summaryrefslogtreecommitdiffstats
path: root/tests/auto/finddebugsym/finddebugsym.pro
blob: 094785c308799c4fbcb6d5394b14656b488fc175 (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_finddebugsym

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

SOURCES += \
    tst_finddebugsym.cpp \
    ../../../app/perfsymboltable.cpp

HEADERS += \
    ../../../app/perfsymboltable.h

OTHER_FILES += finddebugsym.qbs