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

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

QT += xml

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