summaryrefslogtreecommitdiff
path: root/src/plugins/regexp/regexp.pro
blob: dfe52ef02454ded159f881f1412476eb69a04da2 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = lib
TARGET = RegExp

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

QT += xml

HEADERS += regexpwindow.h regexpplugin.h settings.h
SOURCES += regexpwindow.cpp regexpplugin.cpp settings.cpp