diff options
Diffstat (limited to 'examples/tablet/tablet.pro')
-rw-r--r-- | examples/tablet/tablet.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/tablet/tablet.pro b/examples/tablet/tablet.pro new file mode 100644 index 000000000..b7b32eaba --- /dev/null +++ b/examples/tablet/tablet.pro @@ -0,0 +1,12 @@ +############################################################## +# Automatically generated by qmake Thu Jul 26 13:46:03 2001 +############################################################## +TEMPLATE = app +TARGET = tablet + +REQUIRES = tablet + +# Input +HEADERS += canvas.h scribble.h tabletstats.h +INTERFACES += tabletstatsbase.ui +SOURCES += canvas.cpp main.cpp scribble.cpp tabletstats.cpp |