diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-10-06 15:17:57 +0200 |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-10-06 15:17:57 +0200 |
commit | 8f82eb0dd996fe312192199b11abbba2b01943f0 (patch) | |
tree | 219be880220d0df95c1df0b4f640b562ec8bfa50 /examples | |
parent | f6d9c3f0dd014c409c43150b3a10866f47ea54a6 (diff) | |
download | qt4-tools-8f82eb0dd996fe312192199b11abbba2b01943f0.tar.gz |
Added a project file for the Getting Started with QML and changed the
old file name references.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tutorials/gettingStarted/gsQml/filedialog/filedialog.pro (renamed from examples/tutorials/gettingStarted/gsQml/filedialog/cppPlugins.pro) | 0 | ||||
-rw-r--r-- | examples/tutorials/gettingStarted/gsQml/texteditor.pro | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/examples/tutorials/gettingStarted/gsQml/filedialog/cppPlugins.pro b/examples/tutorials/gettingStarted/gsQml/filedialog/filedialog.pro index d85787d00c..d85787d00c 100644 --- a/examples/tutorials/gettingStarted/gsQml/filedialog/cppPlugins.pro +++ b/examples/tutorials/gettingStarted/gsQml/filedialog/filedialog.pro diff --git a/examples/tutorials/gettingStarted/gsQml/texteditor.pro b/examples/tutorials/gettingStarted/gsQml/texteditor.pro new file mode 100644 index 0000000000..aa5306cceb --- /dev/null +++ b/examples/tutorials/gettingStarted/gsQml/texteditor.pro @@ -0,0 +1,4 @@ +TEMPLATE = subdirs +SUBDIRS = \ + filedialog\ + |