qt5base-lts/examples/widgets/mainwindows/application/application.pro

13 lines
248 B
Prolog
Raw Normal View History

QT += widgets
HEADERS = mainwindow.h
SOURCES = main.cpp \
mainwindow.cpp
#! [0]
RESOURCES = application.qrc
#! [0]
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/application
INSTALLS += target