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.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa
|
||||
INSTALLS += target sources
|
||||
QT += widgets
|
||||
|
@ -7,8 +7,8 @@ TARGET =
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += .
|
||||
|
||||
QT += gui-private widgets
|
||||
QT += core-private widgets
|
||||
QT += gui-private
|
||||
QT += core-private
|
||||
|
||||
# Input
|
||||
HEADERS += window.h
|
||||
|
Loading…
Reference in New Issue
Block a user