2010-12-20 10:35:30 +01:00
|
|
|
TEMPLATE = lib
|
|
|
|
|
TARGET = Macros
|
|
|
|
|
|
2013-01-12 23:29:24 +02:00
|
|
|
DEFINES += MACROS_LIBRARY
|
2010-12-20 10:35:30 +01:00
|
|
|
|
|
|
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
|
include(macros_dependencies.pri)
|
|
|
|
|
|
|
|
|
|
HEADERS += macrosplugin.h \
|
|
|
|
|
macros_global.h \
|
|
|
|
|
macrosconstants.h \
|
|
|
|
|
macro.h \
|
|
|
|
|
macroevent.h \
|
|
|
|
|
macromanager.h \
|
|
|
|
|
macrooptionspage.h \
|
|
|
|
|
macrooptionswidget.h \
|
|
|
|
|
macrolocatorfilter.h \
|
|
|
|
|
savedialog.h \
|
|
|
|
|
macrotextfind.h \
|
|
|
|
|
texteditormacrohandler.h \
|
|
|
|
|
actionmacrohandler.h \
|
|
|
|
|
findmacrohandler.h \
|
|
|
|
|
imacrohandler.h
|
|
|
|
|
|
|
|
|
|
SOURCES += macrosplugin.cpp \
|
|
|
|
|
macro.cpp \
|
|
|
|
|
macroevent.cpp \
|
|
|
|
|
macromanager.cpp \
|
|
|
|
|
macrooptionswidget.cpp \
|
|
|
|
|
macrooptionspage.cpp \
|
|
|
|
|
macrolocatorfilter.cpp \
|
|
|
|
|
savedialog.cpp \
|
|
|
|
|
macrotextfind.cpp \
|
|
|
|
|
texteditormacrohandler.cpp \
|
|
|
|
|
actionmacrohandler.cpp \
|
|
|
|
|
findmacrohandler.cpp \
|
|
|
|
|
imacrohandler.cpp
|
|
|
|
|
|
|
|
|
|
RESOURCES += macros.qrc
|
|
|
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
|
macrooptionswidget.ui \
|
|
|
|
|
savedialog.ui
|