Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QT won't find files on secondary hard drive
Qt 6.11 is out! See what's new in the release blog

QT won't find files on secondary hard drive

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 840 Views 1 Watching
  • 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I have installed QT to my E: drive in a program files folder inside a folder of its own. The program won't find the files but when I use windows explorer they are all there.
    :-1: error: error: Files\qt\5.5\android_armv7\include: No such file or directory
    is the first of 7 errors in finding the directory even though it exists and contains all necessary files.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      alearner
      wrote on last edited by
      #2

      typically, you need to add the module needed like that

      QT += moudules
      

      but your problem seems different. perhaps you should check your system settings. e.g. have your installed ndk ? or setup PATH varalble ?

      1 Reply Last reply
      0
      • N Offline
        N Offline
        NetZwerg
        wrote on last edited by
        #3

        The problem is the space in your path (Program Files) to the Qt files. Remove the spaces or set up all paths to be declared within quotes. Better reinstall Qt to some low path "D:\Qt" or similar. We also had qmake/compiler problems with long pathvariables when installing in some subfolders due to a maximum command input length.

        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