mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
15 lines
209 B
Prolog
15 lines
209 B
Prolog
|
QT += widgets
|
||
|
|
||
|
HEADERS += \
|
||
|
mouse.h
|
||
|
SOURCES += \
|
||
|
main.cpp \
|
||
|
mouse.cpp
|
||
|
|
||
|
RESOURCES += \
|
||
|
mice.qrc
|
||
|
|
||
|
# install
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/collidingmice
|
||
|
INSTALLS += target
|