2012-02-09 14:30:09 +01:00
|
|
|
import qbs.base 1.0
|
|
|
|
|
|
|
|
|
|
import "../QtcPlugin.qbs" as QtcPlugin
|
|
|
|
|
|
|
|
|
|
QtcPlugin {
|
|
|
|
|
name: "Macros"
|
|
|
|
|
|
2012-06-19 15:36:27 +08:00
|
|
|
Depends { name: "Qt.widgets" }
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "Core" }
|
|
|
|
|
Depends { name: "Locator" }
|
2012-02-27 21:09:42 +02:00
|
|
|
Depends { name: "Find" }
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "TextEditor" }
|
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
|
|
|
]
|
|
|
|
|
}
|