Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. There is no fonts directory in lib
Qt 6.11 is out! See what's new in the release blog

There is no fonts directory in lib

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 342 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    junzhang
    wrote on last edited by A Former User
    #1

    Dear sir,
    when we cross compile Qt5.7, and it compile success, but there is no fonts directory in lib,
    my cross compile step is below:

    1. download qt-everywhere-opensource-src-5.7.0.tar.gz
    2. tar zxvf qt-everywhere-opensource-src-5.7.0.tar.gz & cd qt-everywhere-opensource-src-5.7.0
    3. vim autoConfigure.sh
      #!/bin/sh
      ./configure
      -v
      -prefix /opt/qt-5.7.0
      -release
      -opensource
      -no-accessibility
      -make libs
      -xplatform linux-arm-gnueabi-g++
      -optimized-qmake
      -pch
      -qt-sql-sqlite
      -qt-zlib
      -tslib
      -no-opengl
      -no-sse2
      -no-openssl
      -no-nis
      -no-cups
      -no-glib
      -no-pkg-config
      -no-separate-debug-info
      -I/opt/tslib1.4/include -L/opt/tslib1.4/lib
    4. chmod 777 autoConfigure.sh and ./autoConfigure.sh
    5. make & make install

    where is error for my compile steps ?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved