mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 14:38:28 +08:00
10 lines
124 B
Prolog
10 lines
124 B
Prolog
TEMPLATE = app
|
|
TARGET= qt-client-widget
|
|
QT += widgets
|
|
|
|
SOURCES += \
|
|
main.cpp \
|
|
window.cpp
|
|
HEADERS += \
|
|
window.h
|