Examples: QPA window example does not require widgets.
This commit is contained in:
parent
80d69dc984
commit
dc01995397
@ -6,4 +6,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa
|
|||||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qpa.pro
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qpa.pro
|
||||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa
|
||||||
INSTALLS += target sources
|
INSTALLS += target sources
|
||||||
QT += widgets
|
|
||||||
|
@ -7,8 +7,8 @@ TARGET =
|
|||||||
DEPENDPATH += .
|
DEPENDPATH += .
|
||||||
INCLUDEPATH += .
|
INCLUDEPATH += .
|
||||||
|
|
||||||
QT += gui-private widgets
|
QT += gui-private
|
||||||
QT += core-private widgets
|
QT += core-private
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
HEADERS += window.h
|
HEADERS += window.h
|
||||||
|
Loading…
Reference in New Issue
Block a user