Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtSDK & Kubuntu 11.10

QtSDK & Kubuntu 11.10

Scheduled Pinned Locked Moved Qt Creator and other tools
7 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.
  • Q Offline
    Q Offline
    qxoz
    wrote on last edited by
    #1

    Hi everybody!
    I am new on Linux. I try install and use Qt on Kubuntu 11.10 but have some problems.

    1. After installation cant find shortcut to qtcreator on desktop or in menu, i run it from QtSDK/QtCreator/bin/qtcreator
    2. Cant compile any project, error is:
      Could not start process "make" -w

    I install QtSDK from ofline installer and install all modules.
    what configures should i make?

    1 Reply Last reply
    0
    • EddyE Offline
      EddyE Offline
      Eddy
      wrote on last edited by
      #2

      Probably you didn't set the environment variables. They are needed for Qt to find the ececutables it needs. Doing so is platform specific. Have a look at "this page":http://developer.qt.nokia.com/doc/qt-4.8/install-x11.html.

      Qt Certified Specialist
      www.edalsolutions.be

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        qxoz
        wrote on last edited by
        #3

        But on Ubuntu I just install it and everything works fine

        1 Reply Last reply
        0
        • D Offline
          D Offline
          danimo
          wrote on last edited by
          #4
          1. is a real bug. Please report it a http://bugreports.qt.nokia.com

          About 2.: Well, Creator tells you what the problem is: You don't have "make" installed on your system. run 'sudo apt-get install build-essential" to install the basic tools needed (e.g. "make" an gcc). This is the rough equivalent of having to install msvc manually on windows (although QtSDK will fall back to MinGW on Windows), or X-Code on Mac OS.

          The SDK installer should have urged you to install missing packages during installation.

          1 Reply Last reply
          0
          • D Offline
            D Offline
            danimo
            wrote on last edited by
            #5

            @Eddy: Judging from the URL, he's talking about the Qt SDK, no need for him to recompile Qt.
            @qxoz: Kubuntu and Ubuntu have different default package selections, and it also depends on wether you install from CD or DVD for instance.

            1 Reply Last reply
            0
            • Q Offline
              Q Offline
              qxoz
              wrote on last edited by
              #6

              There was no make. I thought that make is on by default. I install it and everything works fine.
              Thanks danimo.

              1 Reply Last reply
              0
              • Q Offline
                Q Offline
                qxoz
                wrote on last edited by
                #7

                On bug reports
                "QtSDK ofline issue":https://bugreports.qt.nokia.com/browse/QTSDK-1156

                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