Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Installation problem in qt-creator-2.4.0

    Installation and Deployment
    2
    3
    1679
    Loading More Posts
    • 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.
    • Z
      zvivered last edited by

      Hello,

      According to README I should do the following steps.

      1. mkdir $BUILD_DIRECTORY
      2. cd $BUILD_DIRECTORY
      3. qmake $SOURCE_DIRECTORY/qtcreator.pro
      4. make (or mingw32-make or nmake or jom, depending on your platform)

      But after step 3 nothing happens. No Makefile is created in $BUILD_DIRECTORY and step 4 fails.

      Building in the src directory works.

      Can you help ?

      Thanks,
      Zvika.

      1 Reply Last reply Reply Quote 0
      • L
        lgeyer last edited by

        Which platform are you on? Which version of Qt do you use? What kind of toolchain / compiler do you use? Is the call to qmake just doing nothing - or are there any error messages?

        1 Reply Last reply Reply Quote 0
        • Z
          zvivered last edited by

          Hello,

          I'm running the installation under Centos 5.7, gcc 4.1.2, QT 4.7.4
          The call to qmake does nothing.
          There are no error messages.

          Thanks.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post