586adeabe4
this is much more elegant than the so far propagated !isEmpty(QT.foo.name). also replace feature-specific tests (no-gui and no-widgets) and the obsolete contains(QT_CONFIG, foo) syntax. Change-Id: Ia4b3c8febcabf9eeca67b1f9173a523820b1038b Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Tasuku Suzuki <stasuku@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
15 lines
380 B
Prolog
15 lines
380 B
Prolog
QT += widgets
|
|
qtHaveModule(printsupport): QT += printsupport
|
|
|
|
HEADERS = mainwindow.h \
|
|
scribblearea.h
|
|
SOURCES = main.cpp \
|
|
mainwindow.cpp \
|
|
scribblearea.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/touch/fingerpaint
|
|
INSTALLS += target
|
|
|
|
simulator: warning(This example might not fully work on Simulator platform)
|