2014-03-11 11:30:14 +01:00
|
|
|
import qbs 1.0
|
2012-02-09 14:30:09 +01:00
|
|
|
|
2013-10-02 17:52:45 +02:00
|
|
|
import QtcPlugin
|
2012-02-09 14:30:09 +01:00
|
|
|
|
|
|
|
|
QtcPlugin {
|
|
|
|
|
name: "Macros"
|
|
|
|
|
|
2012-06-19 15:36:27 +08:00
|
|
|
Depends { name: "Qt.widgets" }
|
2014-02-10 13:02:33 +01:00
|
|
|
Depends { name: "Aggregation" }
|
|
|
|
|
Depends { name: "Utils" }
|
|
|
|
|
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "Core" }
|
|
|
|
|
Depends { name: "TextEditor" }
|
2014-02-10 13:02:33 +01:00
|
|
|
|
2012-09-30 07:26:39 +02:00
|
|
|
Depends { name: "app_version_header" }
|
2012-02-09 14:30:09 +01:00
|
|
|
|
|
|
|
|
files: [
|
|
|
|
|
"actionmacrohandler.cpp",
|
|
|
|
|
"actionmacrohandler.h",
|
|
|
|
|
"findmacrohandler.cpp",
|
|
|
|
|
"findmacrohandler.h",
|
|
|
|
|
"imacrohandler.cpp",
|
|
|
|
|
"imacrohandler.h",
|
|
|
|
|
"macro.cpp",
|
|
|
|
|
"macro.h",
|
|
|
|
|
"macroevent.cpp",
|
|
|
|
|
"macroevent.h",
|
|
|
|
|
"macrolocatorfilter.cpp",
|
|
|
|
|
"macrolocatorfilter.h",
|
|
|
|
|
"macromanager.cpp",
|
|
|
|
|
"macromanager.h",
|
|
|
|
|
"macrooptionspage.cpp",
|
|
|
|
|
"macrooptionspage.h",
|
|
|
|
|
"macrooptionswidget.cpp",
|
|
|
|
|
"macrooptionswidget.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"macrooptionswidget.ui",
|
|
|
|
|
"macros.qrc",
|
2012-02-09 14:30:09 +01:00
|
|
|
"macrosconstants.h",
|
|
|
|
|
"macrosplugin.cpp",
|
|
|
|
|
"macrosplugin.h",
|
|
|
|
|
"macrotextfind.cpp",
|
|
|
|
|
"macrotextfind.h",
|
|
|
|
|
"savedialog.cpp",
|
|
|
|
|
"savedialog.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"savedialog.ui",
|
2012-02-09 14:30:09 +01:00
|
|
|
"texteditormacrohandler.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"texteditormacrohandler.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
]
|
|
|
|
|
}
|