summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/tablet/tablet.pro
blob: 647dc2c2f70a1222b42bceb3b7d942754af44d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
QT += widgets
requires(qtConfig(filedialog))

HEADERS	    =	mainwindow.h \
        tabletcanvas.h \
        tabletapplication.h
SOURCES	    =	mainwindow.cpp \
        main.cpp \
        tabletcanvas.cpp \
        tabletapplication.cpp
RESOURCES += images.qrc

# Avoid naming the target "tablet", as it would create an executable
# named "tablet.exe" on Windows and trigger a bug (in the Wacom drivers, apparently)
# preventing tablet messages from being received.
TARGET = qttablet

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/tablet
INSTALLS += target