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. The system cannot find the path specified
QtWS25 Last Chance

The system cannot find the path specified

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 1 Posters 2.5k 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.
  • dasun218D Offline
    dasun218D Offline
    dasun218
    wrote on last edited by
    #1

    In my QT creator software, there is this message popping out all the time in General messages as,

    "The system cannot find the path specified"

    But it wont cause to any error messages, My codes work fine inside the software. But there is a problem which i don't know it is related to the above message. when I created an empty qt project i created a main.cpp source file and I included QApplication and QLabel but there is a orange line under those included lines it says no such file or directory.

    help me to solve this problem

    1 Reply Last reply
    0
    • dasun218D Offline
      dasun218D Offline
      dasun218
      wrote on last edited by
      #2

      OK, I solved the problem my self because I'm using QT5 I need to add some codes to the .pro file

      QT       += core gui
      greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
      

      Problem solved

      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