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. New Qt installation; compiling problems
Forum Updated to NodeBB v4.3 + New Features

New Qt installation; compiling problems

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 4.6k 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.
  • A Offline
    A Offline
    armoured
    wrote on last edited by
    #1

    I installed fresh copy of -QT- Qt 4.7.4 with the online install on Windows 7 x64. Installed with the default settings. My install path is C:\qtsdk.

    My first project it has an error saying

    No rule to make target main.cpp', needed by main.o'. Stop.

    so i opened the addressbook example and tried to compile that aswell and i get this error

    11:29:38: Running build steps for project addressbook...
    11:29:38: Configuration unchanged, skipping qmake step.
    11:29:38: Starting: "C:\QtSDK\mingw\bin\mingw32-make.exe"
    mingw32-make.exe: *** No rule to make target adddialog.cpp', needed by adddialog.o'. Stop.
    11:29:38: The process "C:\QtSDK\mingw\bin\mingw32-make.exe" exited with code 2.
    Error while building project addressbook (target: Desktop)
    When executing build step 'Make'

    How can i fix this?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mbnoimi
      wrote on last edited by
      #2

      Try to open Qt Creator:

      Tools -> Options -> Build & Run -> Qt Versions -> Add...

      then select where qmake manually ( I suppose it located in C:\QtSDK\Desktop\Qt\4.7.4\mingw\bin ) and mingw path ( I suppose it located in C:\QtSDK\mingw)

      1 Reply Last reply
      0
      • D Offline
        D Offline
        derf_r
        wrote on last edited by
        #3

        Hello

        Compilers said "Configuration unchanged, skipping qmake step."
        Do you try to force qmake step (in compile menu / run qmake ) ?
        Frederic

        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