a889305c7e
all examples compile again
10 lines
263 B
Prolog
10 lines
263 B
Prolog
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
|