Fix include path to fb_base.pri

Also fixes a typo in fb_base.pri.

Change-Id: I4fae156640325a7a2894ea0d1fbe96936f190bdb
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
Girish Ramakrishnan 2012-05-12 21:14:17 -07:00 committed by Qt by Nokia
parent 32c517c990
commit b048b7ea18
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
do_not_compile_untill_ported_to_qt5 {
do_not_compile_until_ported_to_qt5 {
SOURCES += $$PWD/fb_base.cpp
HEADERS += $$PWD/fb_base_p.h
}

View File

@ -8,7 +8,7 @@ QT += core-private gui-private platformsupport-private
SOURCES = main.cpp qlinuxfbintegration.cpp
HEADERS = qlinuxfbintegration.h
include(../fb_base/fb_base.pri)
include(../../../platformsupport/fb_base/fb_base.pri)
CONFIG += qpa/genericunixfontdatabase
target.path += $$[QT_INSTALL_PLUGINS]/platforms