mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-26 22:27:06 +08:00
10 lines
181 B
Prolog
10 lines
181 B
Prolog
CONFIG += console
|
|
QT += gui-private core-private
|
|
|
|
HEADERS += window.h
|
|
SOURCES += window.cpp main.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qpa/windows
|
|
INSTALLS += target
|