diff options
Diffstat (limited to 'examples/widgets/shapedclock/shapedclock.pro')
-rw-r--r-- | examples/widgets/shapedclock/shapedclock.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/widgets/shapedclock/shapedclock.pro b/examples/widgets/shapedclock/shapedclock.pro new file mode 100644 index 0000000..c4d48f6 --- /dev/null +++ b/examples/widgets/shapedclock/shapedclock.pro @@ -0,0 +1,13 @@ +HEADERS = shapedclock.h +SOURCES = shapedclock.cpp \ + main.cpp + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/widgets/shapedclock +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS shapedclock.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/shapedclock +INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) + +symbian:TARGET.UID3 = 0xA000C605
\ No newline at end of file |