blob: c0e26072a0abefa4425774fd360a4071e539e63a (
plain)
1
2
3
4
5
6
7
8
9
|
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
QT += widgets
|