Diaglib: Fix typo in .pri file.
Fixes compilation with Qt 4. Change-Id: I66781089cd4c07a33f8136706e3211a21f41039f Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>bb10
parent
cc23ebace8
commit
4680052063
|
|
@ -26,7 +26,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
|
|||
}
|
||||
} else {
|
||||
HEADERS += \
|
||||
$$PWD/$$PWD/qwidgetdump.h
|
||||
$$PWD/qwidgetdump.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/qwidgetdump.cpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue