Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to remove Qt 4.7 libraries for embedded linux from PC? (Linux)

How to remove Qt 4.7 libraries for embedded linux from PC? (Linux)

Scheduled Pinned Locked Moved Mobile and Embedded
6 Posts 5 Posters 5.6k 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.
  • M Offline
    M Offline
    mr.samuel777
    wrote on last edited by
    #1

    Hello, everyone. Tried to install qt 4.7 libraries on my PC(OS is Debian 6) by installing QT for embedded linux. It doesn't work. How can I remove it correctly?

    There is no instructions how to uninstall in "http://qt.nokia.com/downloads/embedded-linux-cpp" tar.gz archive. There is no any clue on it in this forum or FAQ. Also I didn't find any solving of this problem in the Net. Can you help? Thanks for an attention.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mr.samuel777
      wrote on last edited by
      #2

      Qt installed from

      http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.4.tar.gz

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goetz
        wrote on last edited by
        #3

        What did you do with the tar.gz?

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply
        0
        • AlicemirrorA Offline
          AlicemirrorA Offline
          Alicemirror
          wrote on last edited by
          #4

          This is the link for the installer, as I see. As I know the Qt libraries when Qt-everywhere is installed are all in the same place under some /home/<user> folder. Then I had also some situations where I was running several different Qt versions on the same machine. As I know to be compiled Qt needs some generic components installed at system level i.e. gnu g++ and others but these are not to be installed / uninstalled in a strict way related to the Qt SDK itself. Then, if you have created a standard Qt everywhere installation I think that you can remove your libraries only.

          There are some cases (documented in this forum and in the wiki) that components are / can be installed in the /opt/usr folder: it is the case when you compile the Qt libraries but this is clearly identificable because the build and libraries are always included in Qt-etc... folder names. You find - depending by your version of Qt-Everywhere SDK - the info on where the library compilation will install the build and objects in the various readme and doc files included as part of the SDK tar itself. BTW there is the option to compile the libraries in some linux system folder (i.e. /opt/usr/Qt-Intel etc.) of compiling all in folders and subfolders of your Qt-SDK installation in /home/user folder.

          Enrico Miglino (aka Alicemirror)
          Balearic Dynamics
          Islas Baleares, Ibiza (Spain)
          www.balearicdynamics.com

          1 Reply Last reply
          0
          • M Offline
            M Offline
            Maxbester
            wrote on last edited by
            #5

            Did you try to do

            @make uninstall@

            ?

            1 Reply Last reply
            0
            • G Offline
              G Offline
              Ghaith
              wrote on last edited by
              #6

              After running ./configure , you'd be notified where Qt would be installed before running gmake (or make)

              Another hint: check the .qmake.cache file (in your source directory) it should point to where your Qt libraries will be installed under "QMAKE_RPATHDIR"

              Usually it's somewhere under /usr/local/Trolltech/

              From there, you can remove the qt-version directories you've just built

              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