summaryrefslogtreecommitdiffstats
path: root/examples/widgets/scribble/scribble.pro
blob: bf0363c13750f95a931da791d25dc0a5d5cd5434 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HEADERS       = mainwindow.h \
                scribblearea.h
SOURCES       = main.cpp \
                mainwindow.cpp \
                scribblearea.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/scribble
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS scribble.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/scribble
INSTALLS += target sources

symbian: CONFIG += qt_example
QT += widgets
maemo5: CONFIG += qt_example