Results 1 to 2 of 2

Thread: Configuring problem in Qt Creator

  1. #1
    Join Date
    Jul 2017
    Posts
    1
    Qt products
    Qt5
    Platforms
    Windows Android

    Default Configuring problem in Qt Creator

    While trying to configure my file following problem is arising. How to solve this problem?


    *********************************************

    The system cannot find the path specified.
    The system cannot find the path specified.
    Could not find qmake configuration file default.
    Error while parsing file E:\Bridge-Improvements\OriginalData\bridge-client\bridge.pro. Giving up.
    Project ERROR: Unknown module(s) in QT: declarative

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Configuring problem in Qt Creator

    The system cannot find the path specified.
    You are trying to read, write, or run a file or program where 1) the file doesn't exist, 2) the directory is wrong, 3) you don't have permission, or 4) the argument isn't being correctly interpreted by the command processor.

    A common cause of this is having a path with spaces in it; the command line will treat that as two separate arguments. If this is in a configuration file of some sort, you must enclose the whole path in double quotes: "C:\Path To My Program\My Program.exe"

    Project ERROR: Unknown module(s) in QT: declarative
    You are trying to use Qt 5 to build a Qt Quick program developed using Qt 4.8. See this.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

Similar Threads

  1. Problem configuring Qt for BeagleBone Black
    By sask1236 in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 7th November 2013, 08:30
  2. Problem configuring QT 4.6 for OPEN SSL
    By vaibhavjoshi28 in forum Installation and Deployment
    Replies: 0
    Last Post: 6th January 2010, 16:52
  3. Configuring QT Creator environment
    By Asperamanca in forum Qt Tools
    Replies: 9
    Last Post: 22nd October 2009, 10:38
  4. configuring Phonon problem
    By anafor2004 in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 7th February 2009, 22:02
  5. Replies: 5
    Last Post: 23rd October 2008, 14:55

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.