Corrected include path for UiTools.
This commit is contained in:
parent
6036305fb0
commit
fb9b30b610
@ -11,4 +11,4 @@ CONFIG(debug, debug|release) {
|
||||
}
|
||||
LIBS += $$QTUITOOLS_LINKAGE
|
||||
|
||||
INCLUDEPATH = $$QMAKE_INCDIR_QT/QtUiTools $$INCLUDEPATH
|
||||
INCLUDEPATH = $$QT.uitools.includes $$INCLUDEPATH
|
||||
|
Loading…
Reference in New Issue
Block a user