forked from qt-creator/qt-creator
add qbs files
Change-Id: If6bf71797ae81655d24a77e6badb86a77312af38 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
62
src/plugins/macros/macros.qbs
Normal file
62
src/plugins/macros/macros.qbs
Normal file
@@ -0,0 +1,62 @@
|
||||
import qbs.base 1.0
|
||||
|
||||
import "../QtcPlugin.qbs" as QtcPlugin
|
||||
|
||||
QtcPlugin {
|
||||
name: "Macros"
|
||||
|
||||
Depends { name: "qt"; submodules: ['gui'] }
|
||||
Depends { name: "utils" }
|
||||
Depends { name: "extensionsystem" }
|
||||
Depends { name: "aggregation" }
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "Locator" }
|
||||
Depends { name: "find" }
|
||||
Depends { name: "TextEditor" }
|
||||
|
||||
Depends { name: "cpp" }
|
||||
cpp.includePaths: [
|
||||
"..",
|
||||
"../../libs",
|
||||
"../..",
|
||||
buildDirectory
|
||||
]
|
||||
|
||||
files: [
|
||||
"macrooptionswidget.ui",
|
||||
"macros.qrc",
|
||||
"savedialog.ui",
|
||||
"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",
|
||||
"macros_global.h",
|
||||
"macrosconstants.h",
|
||||
"macrosplugin.cpp",
|
||||
"macrosplugin.h",
|
||||
"macrotextfind.cpp",
|
||||
"macrotextfind.h",
|
||||
"savedialog.cpp",
|
||||
"savedialog.h",
|
||||
"texteditormacrohandler.cpp",
|
||||
"texteditormacrohandler.h"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user