diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-03-05 15:23:03 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-03-08 16:09:35 (GMT) |
commit | 19231680666727a07270c44153aeb4a68d67de47 (patch) | |
tree | e8e28b087a30006c217e3198a799dfe32a5b5d9d | |
parent | cf7fe6c1c7bd1189d37b603b38a7fc7feb4b5f41 (diff) | |
download | Qt-19231680666727a07270c44153aeb4a68d67de47.zip Qt-19231680666727a07270c44153aeb4a68d67de47.tar.gz Qt-19231680666727a07270c44153aeb4a68d67de47.tar.bz2 |
install fonts for lighthouse
-rw-r--r-- | src/qt_install.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt_install.pri b/src/qt_install.pri index f906e92..3cea79c 100644 --- a/src/qt_install.pri +++ b/src/qt_install.pri @@ -38,7 +38,7 @@ qt_install_headers { } } -embedded:equals(TARGET, QtGui) { +embedded|embedded_lite: equals(TARGET, QtGui) { # install fonts for embedded INSTALLS += fonts fonts.path = $$[QT_INSTALL_LIBS]/fonts |