aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtestlib/qtestlib.pro
blob: 5031b1d6b479f15e01b7802f55b102eeb380e5a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = lib
TARGET   = QTestLibPlugin
QT      += xml

include(../../qworkbenchplugin.pri)
include(../../plugins/coreplugin/coreplugin.pri)

SOURCES += qtestlibplugin.cpp
HEADERS += qtestlibplugin.h
RESOURCES += qtestlib.qrc

LIBS += -lProjectExplorer \
        -lQuickOpen \
        -lUtils