qt5base-lts/examples/qpa/qpa.pro

9 lines
249 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
SUBDIRS = windows
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qpa.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa
INSTALLS += target sources