mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 22:48:27 +08:00
13 lines
219 B
Prolog
13 lines
219 B
Prolog
|
QT += widgets
|
||
|
|
||
|
TARGET = tst_manual_graphicsview
|
||
|
|
||
|
SOURCES += main.cpp \
|
||
|
imageitem.cpp \
|
||
|
gestures.cpp \
|
||
|
mousepangesturerecognizer.cpp
|
||
|
|
||
|
HEADERS += imageitem.h \
|
||
|
gestures.h \
|
||
|
mousepangesturerecognizer.h
|