summaryrefslogtreecommitdiffstats
path: root/examples/embedded/styleexample/styleexample.pro
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-07-04 10:30:18 +0200
committerQt by Nokia <qt-info@nokia.com>2011-07-08 15:36:26 +0200
commit6efe729881303f2198d61817174e9695aea63246 (patch)
treef7271635fedffe70140971f8df0c39bebc44fc8e /examples/embedded/styleexample/styleexample.pro
parentb59392aeb53fbba957d145b95a6111dcb18e15b1 (diff)
Remove more references to demos.
Change-Id: I431184cd0534c86047706fdaa1045b2935de5d7a Reviewed-on: http://codereview.qt.nokia.com/1307 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
Diffstat (limited to 'examples/embedded/styleexample/styleexample.pro')
-rw-r--r--examples/embedded/styleexample/styleexample.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/embedded/styleexample/styleexample.pro b/examples/embedded/styleexample/styleexample.pro
new file mode 100644
index 0000000000..70942fd444
--- /dev/null
+++ b/examples/embedded/styleexample/styleexample.pro
@@ -0,0 +1,17 @@
+TEMPLATE = app
+
+# Input
+HEADERS += stylewidget.h
+FORMS += stylewidget.ui
+SOURCES += main.cpp stylewidget.cpp
+RESOURCES += styleexample.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/styleexample
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.html
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/styleexample
+INSTALLS += target sources
+
+symbian {
+ TARGET.UID3 = 0xA000A63F
+ CONFIG += qt_example
+}