summaryrefslogtreecommitdiffstats
path: root/examples/embedded/styleexample/styleexample.pro
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-07-12 12:52:22 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-07-12 12:52:22 +0200
commit2371147354d4436bb54c588662ac315dd4c2f940 (patch)
tree5c90b1dd18de394cff2fb4e1bedc628da3c7d341 /examples/embedded/styleexample/styleexample.pro
parent54ec6d177e0e8fb04cd01e70461484a80ca1f7a4 (diff)
parent82454b6014a7ee0b048b4db8d64a21de849d4ab9 (diff)
Merge remote branch 'gerrit/master' into refactor
Conflicts: src/gui/image/qicon.cpp src/gui/image/qicon.h src/gui/image/qicon_p.h src/gui/text/qfontdatabase.cpp src/plugins/platforms/wayland/gl_integration/qwaylandglwindowsurface.cpp src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandglcontext.cpp src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglwindow.cpp sync.profile Change-Id: Ie0a23a12177ff51bf562e15b2dd41f071afb19b4
Diffstat (limited to 'examples/embedded/styleexample/styleexample.pro')
-rw-r--r--examples/embedded/styleexample/styleexample.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/embedded/styleexample/styleexample.pro b/examples/embedded/styleexample/styleexample.pro
new file mode 100644
index 0000000000..5b1273e6aa
--- /dev/null
+++ b/examples/embedded/styleexample/styleexample.pro
@@ -0,0 +1,18 @@
+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
+}
+QT += widgets widgets