qbs files: Sort files

Change-Id: I6514deb70162bd52687e6143813bcf1325a797db
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Orgad Shaneh
2012-09-30 13:50:31 +02:00
committed by Christian Kandeler
parent ad94d4f09c
commit a00b291484
64 changed files with 937 additions and 932 deletions

View File

@@ -16,10 +16,10 @@ QtcPlugin {
]
files: [
"helloworldplugin.h",
"helloworldwindow.h",
"helloworldplugin.cpp",
"helloworldwindow.cpp"
"helloworldplugin.h",
"helloworldwindow.cpp",
"helloworldwindow.h",
]
}