summaryrefslogtreecommitdiffstats
path: root/examples/embedded/styleexample/styleexample.pro
blob: 5b1273e6aa71cfbef50fd1ea2774cbfe1f3a93c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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