aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bookmarks/bookmarks.qbs
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2012-09-30 13:50:31 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2012-10-03 09:26:34 +0200
commita00b291484999fd63daf0e43b20d21c50a6e0643 (patch)
treede6d415d81e97a6d6810f23dc518c14204d6fde9 /src/plugins/bookmarks/bookmarks.qbs
parentad94d4f09ce15fc596bf04b89a603bd1c5c76e58 (diff)
qbs files: Sort files
Change-Id: I6514deb70162bd52687e6143813bcf1325a797db Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/plugins/bookmarks/bookmarks.qbs')
-rw-r--r--src/plugins/bookmarks/bookmarks.qbs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/bookmarks/bookmarks.qbs b/src/plugins/bookmarks/bookmarks.qbs
index 0fa44b7194..d1c0863f88 100644
--- a/src/plugins/bookmarks/bookmarks.qbs
+++ b/src/plugins/bookmarks/bookmarks.qbs
@@ -20,14 +20,14 @@ QtcPlugin {
]
files: [
- "bookmarksplugin.h",
+ "bookmark.cpp",
"bookmark.h",
+ "bookmarkmanager.cpp",
"bookmarkmanager.h",
+ "bookmarks.qrc",
"bookmarks_global.h",
"bookmarksplugin.cpp",
- "bookmark.cpp",
- "bookmarkmanager.cpp",
- "bookmarks.qrc",
+ "bookmarksplugin.h",
]
}