mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-30 15:56:52 +08:00
17 lines
257 B
Prolog
17 lines
257 B
Prolog
|
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
|