diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2012-09-30 13:50:31 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@digia.com> | 2012-10-03 09:26:34 +0200 |
commit | a00b291484999fd63daf0e43b20d21c50a6e0643 (patch) | |
tree | de6d415d81e97a6d6810f23dc518c14204d6fde9 /lib | |
parent | ad94d4f09ce15fc596bf04b89a603bd1c5c76e58 (diff) | |
download | qt-creator-a00b291484999fd63daf0e43b20d21c50a6e0643.tar.gz |
qbs files: Sort files
Change-Id: I6514deb70162bd52687e6143813bcf1325a797db
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/qtcreator/qtcomponents/qtcomponents.qbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/qtcreator/qtcomponents/qtcomponents.qbs b/lib/qtcreator/qtcomponents/qtcomponents.qbs index 7453269b6c..b7f81c62cd 100644 --- a/lib/qtcreator/qtcomponents/qtcomponents.qbs +++ b/lib/qtcreator/qtcomponents/qtcomponents.qbs @@ -51,13 +51,13 @@ Product { "ButtonRow.qml", "CheckBox.qml", "ChoiceList.qml", - "components.pro", "GroupBox.qml", "ProgressBar.qml", "Slider.qml", "SpinBox.qml", "SplitterRow.qml", "TextField.qml", + "components.pro", "qmldir", ] } |