Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QT Cross Compiling qmake mkspec wrong
Qt 6.11 is out! See what's new in the release blog

QT Cross Compiling qmake mkspec wrong

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 451 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.
  • T Offline
    T Offline
    tiger
    wrote on last edited by
    #1

    Hi,
    I have two versions of Tools installed. One is prebuild of DIGI, the other I build.
    The prebuild one works.
    The one I build has issues:
    in Makefile QT generated CXX = g++
    It should be should have a prefix.
    I trace down the issue: the qmake -spec linux-g++
    it should be linux-oe-g++

    I check QMAKESPEC value, it is ... ending with linux-oe-g++

    I don't know how why linux-g++ is used instead of linux-oe-g++

    THank you,
    TIger

    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