mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
15 lines
208 B
Prolog
15 lines
208 B
Prolog
TEMPLATE = app
|
|
CONFIG += console
|
|
QT += gui-private
|
|
|
|
SOURCES = \
|
|
main.cpp \
|
|
window.cpp \
|
|
hellowindow.cpp
|
|
|
|
HEADERS = \
|
|
window.h \
|
|
hellowindow.h
|
|
|
|
RESOURCES = hellominimalcrossgfxtriangle.qrc
|