qt6windows7/tests/manual/qtouchevent/qtouchevent.pro
2023-10-29 23:33:08 +01:00

6 lines
105 B
Prolog

QT += testlib widgets
SOURCES = main.cpp \
touchwidget.cpp
FORMS += form.ui
HEADERS += touchwidget.h