qt5base-lts/examples/qpa/windows/windows.pro

10 lines
181 B
Prolog
Raw Normal View History

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