qt6windows7/examples/embedded/flickable/flickable.pro

8 lines
147 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
QT += widgets
SOURCES = flickable.cpp main.cpp
HEADERS = flickable.h
target.path = $$[QT_INSTALL_EXAMPLES]/embedded/flickable
INSTALLS += target