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:
parent
32c517c990
commit
b048b7ea18
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user