aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples.pyproject
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-03-01 09:16:39 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-03-01 09:19:35 +0000
commit04c362ee1d4ed2b736310389a23ea94bdad5e9d7 (patch)
tree6651f6e1e9cc3b2a7d21fefe6350449ca0203fd5 /examples/examples.pyproject
parent5abbce3485e91bdbac532d4c811b9696f8e88cfc (diff)
Move the .pyqtc files to .pyproject files
Use the new project file format. Change-Id: I69f488c285343500edd999b746ce244a56504030 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'examples/examples.pyproject')
-rw-r--r--examples/examples.pyproject105
1 files changed, 105 insertions, 0 deletions
diff --git a/examples/examples.pyproject b/examples/examples.pyproject
new file mode 100644
index 000000000..5c96e9978
--- /dev/null
+++ b/examples/examples.pyproject
@@ -0,0 +1,105 @@
+{
+ "files": ["charts/memoryusage.py",
+ "corelib/threads/mandelbrot.py",
+ "corelib/tools/codecs/codecs.py",
+ "corelib/tools/regexp.py",
+ "corelib/tools/settingseditor/settingseditor.py",
+ "declarative/extending/chapter1-basics/basics.py",
+ "declarative/extending/chapter2-methods/methods.py",
+ "declarative/extending/chapter3-bindings/bindings.py",
+ "declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py",
+ "declarative/extending/chapter5-listproperties/listproperties.py",
+ "declarative/scrolling.py",
+ "declarative/signals/pytoqml1/main.py",
+ "declarative/signals/qmltopy1/main.py",
+ "declarative/signals/qmltopy2/main.py",
+ "declarative/signals/qmltopy3/main.py",
+ "declarative/signals/qmltopy4/main.py",
+ "declarative/usingmodel.py",
+ "macextras/macpasteboardmime.py",
+ "multimedia/audiooutput.py",
+ "multimedia/camera.py",
+ "multimedia/player.py",
+ "network/blockingfortuneclient.py",
+ "network/fortuneclient.py",
+ "network/fortuneserver.py",
+ "network/threadedfortuneserver.py",
+ "opengl/2dpainting.py",
+ "opengl/grabber.py",
+ "opengl/hellogl.py",
+ "opengl/overpainting.py",
+ "opengl/samplebuffers.py",
+ "opengl/textures/textures.py",
+ "script/helloscript.py",
+ "texttospeech/texttospeech.py",
+ "tutorial/t1.py",
+ "tutorial/t10.py",
+ "tutorial/t11.py",
+ "tutorial/t12.py",
+ "tutorial/t13.py",
+ "tutorial/t14.py",
+ "tutorial/t2.py",
+ "tutorial/t3.py",
+ "tutorial/t4.py",
+ "tutorial/t5.py",
+ "tutorial/t6.py",
+ "tutorial/t7.py",
+ "tutorial/t8.py",
+ "tutorial/t9.py",
+ "webenginewidgets/simplebrowser.py",
+ "widgets/animation/animatedtiles/animatedtiles.py",
+ "widgets/animation/appchooser/appchooser.py",
+ "widgets/animation/easing/easing.py",
+ "widgets/animation/states/states.py",
+ "widgets/dialogs/classwizard/classwizard.py",
+ "widgets/dialogs/extension.py",
+ "widgets/dialogs/findfiles.py",
+ "widgets/dialogs/standarddialogs.py",
+ "widgets/dialogs/trivialwizard.py",
+ "widgets/draganddrop/draggabletext/draggabletext.py",
+ "widgets/effects/lighting.py",
+ "widgets/graphicsview/anchorlayout.py",
+ "widgets/graphicsview/collidingmice/collidingmice.py",
+ "widgets/graphicsview/diagramscene/diagramscene.py",
+ "widgets/graphicsview/dragdroprobot/dragdroprobot.py",
+ "widgets/graphicsview/elasticnodes.py",
+ "widgets/itemviews/addressbook/adddialogwidget.py",
+ "widgets/itemviews/addressbook/addressbook.py",
+ "widgets/itemviews/addressbook/addresswidget.py",
+ "widgets/itemviews/addressbook/newaddresstab.py",
+ "widgets/itemviews/addressbook/tablemodel.py",
+ "widgets/itemviews/basicsortfiltermodel.py",
+ "widgets/itemviews/fetchmore.py",
+ "widgets/itemviews/stardelegate/stardelegate.py",
+ "widgets/itemviews/stardelegate/stareditor.py",
+ "widgets/itemviews/stardelegate/starrating.py",
+ "widgets/layouts/basiclayouts.py",
+ "widgets/layouts/dynamiclayouts.py",
+ "widgets/layouts/flowlayout.py",
+ "widgets/mainwindows/application/application.py",
+ "widgets/mainwindows/dockwidgets/dockwidgets.py",
+ "widgets/mainwindows/mdi/mdi.py",
+ "widgets/painting/basicdrawing/basicdrawing.py",
+ "widgets/painting/concentriccircles.py",
+ "widgets/richtext/orderform.py",
+ "widgets/richtext/syntaxhighlighter.py",
+ "widgets/richtext/syntaxhighlighter/syntaxhighlighter.py",
+ "widgets/richtext/textobject/textobject.py",
+ "widgets/state-machine/eventtrans.py",
+ "widgets/state-machine/factstates.py",
+ "widgets/state-machine/pingpong.py",
+ "widgets/state-machine/rogue.py",
+ "widgets/state-machine/trafficlight.py",
+ "widgets/state-machine/twowaybutton.py",
+ "widgets/tutorials/addressbook/part1.py",
+ "widgets/tutorials/addressbook/part2.py",
+ "widgets/tutorials/addressbook/part3.py",
+ "widgets/tutorials/addressbook/part4.py",
+ "widgets/tutorials/addressbook/part5.py",
+ "widgets/tutorials/addressbook/part6.py",
+ "widgets/tutorials/addressbook/part7.py",
+ "widgets/widgets/hellogl_openglwidget_legacy.py",
+ "widgets/widgets/tetrix.py",
+ "xml/dombookmarks/dombookmarks.py",
+ "xmlpatterns/schema/schema.py"]
+}