mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-12-02 08:33:00 +08:00
12 lines
253 B
Prolog
12 lines
253 B
Prolog
|
QT += widgets
|
||
|
|
||
|
HEADERS = wigglywidget.h \
|
||
|
dialog.h
|
||
|
SOURCES = wigglywidget.cpp \
|
||
|
dialog.cpp \
|
||
|
main.cpp
|
||
|
|
||
|
# install
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/wiggly
|
||
|
INSTALLS += target
|