mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-07 17:50:59 +08:00
6.5.3 clean
This commit is contained in:
16
tests/manual/examples/widgets/touch/pinchzoom/pinchzoom.pro
Normal file
16
tests/manual/examples/widgets/touch/pinchzoom/pinchzoom.pro
Normal file
@ -0,0 +1,16 @@
|
||||
QT += widgets
|
||||
|
||||
HEADERS += \
|
||||
mouse.h \
|
||||
graphicsview.h
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
mouse.cpp \
|
||||
graphicsview.cpp
|
||||
|
||||
RESOURCES += \
|
||||
mice.qrc
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/touch/pinchzoom
|
||||
INSTALLS += target
|
Reference in New Issue
Block a user