diff options
author | dt <[email protected]> | 2009-04-22 15:06:58 +0200 |
---|---|---|
committer | dt <[email protected]> | 2009-04-22 15:06:58 +0200 |
commit | 8f738dfcc840bdf331993d4e62ca97e4a8ef3a0e (patch) | |
tree | bc4f591fb9e3185c37ba1b247c1c18497e645ab2 /src/plugins/texteditor | |
parent | 8f22417244c2683b7c8bd6c64a7501ab7efe0b72 (diff) |
Add the *.pluginspec to OTHER_FILES so that we can use Locator for them
Hopefully i didn't miss a plugin.
Diffstat (limited to 'src/plugins/texteditor')
-rw-r--r-- | src/plugins/texteditor/texteditor.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/texteditor/texteditor.pro b/src/plugins/texteditor/texteditor.pro index 61f8477dd80..a16a898b1d7 100644 --- a/src/plugins/texteditor/texteditor.pro +++ b/src/plugins/texteditor/texteditor.pro @@ -59,3 +59,5 @@ FORMS += behaviorsettingspage.ui \ displaysettingspage.ui \ fontsettingspage.ui RESOURCES += texteditor.qrc + +OTHER_FILES += TextEditor.pluginspec |