Results 1 to 14 of 14

Thread: Eclipse Qt Plugins not working

  1. #1
    Join Date
    Mar 2011
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Eclipse Qt Plugins not working

    I running Ubuntu and Eclipse(Helios 3.5.2).
    I have followed the instructions to install the Qt (4.6.1) plugins. I can see the plugins in /usr/lib/eclipse/plugins.

    When I do a New Project, I do not get a Qt wizard.

    When I look at the Help Menu:About Eclipse SDK:Installation Details:Plugins, I do not see "Qt Project Plug-in" or "Qt Integration Help Plug-in". (I see these on a friend's working installation)

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Eclipse Qt Plugins not working

    And what do you expect us to do now?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Mar 2011
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Eclipse Qt Plugins not working

    wysota,
    I was hoping that someone would reply with a message that helped me solve the problem.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Eclipse Qt Plugins not working

    Without you providing any details? I doubt this will happen. It's a classical "hey, X doesn't work, what do I do now" situation. Or something that fits the situation even more -- "hey, I have a car and it doesn't work yet I've seen a similar car that worked. How do I fix it?"
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Mar 2011
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Eclipse Qt Plugins not working

    If I'm going to get snarky responses, I see no reason to even use the forum. I am seeking help and you give me attitude. What information do you need to help? If you can't help, please do not respond.

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Eclipse Qt Plugins not working

    Quote Originally Posted by gbagerry View Post
    What information do you need to help?
    ANY information. You can start with what have you already tried to fix your problem.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  7. #7
    Join Date
    Mar 2011
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Eclipse Qt Plugins not working

    I have uninstalled the plugin. run `eclipse - clear` from the command line. I then reinstalled the plugin via the installation instructions. I then ran `eclipse -clear` from the command. Still didn't work.

    I do not know what else to try. That is why I asked a friend to take a screenshot of the installed plugins. That is why I know that there are missing plugins.

    I looked in the /usr/lib/eclipse/plugins folder - no Qt Project Plug-in. I unzipped the installation file qt-eclipse-integration-linux.x86-1.6.1.tar.gz and saw that there was no Qt Project Plug-in.

    Is it possible that I need another plugin file to install?

  8. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Eclipse Qt Plugins not working

    Do you have the CDT plugin installed?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  9. #9
    Join Date
    Mar 2011
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Eclipse Qt Plugins not working

    Yes. I do.
    I have decided to go back to ground zero.
    1) purge eclipse and CDT
    2) install Galileo (on my Ubuntu, it always installs this version).
    3) update to Helios
    4) install Qt plugins.

  10. #10
    Join Date
    Mar 2011
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11

    Smile Re: Eclipse Qt Plugins not working

    That worked.
    The difference was that instead of trying to replace Eclipse/Galileo with Eclipse/Helios, I installed Helios from the tar.gz file into /opt. Then I edited the Eclipse startup shell in /usr/bin to point to the Helios folder. Installed the CDT and then installed the Qt plugins.

  11. #11
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Eclipse Qt Plugins not working

    Quote Originally Posted by gbagerry View Post
    I unzipped the installation file qt-eclipse-integration-linux.x86-1.6.1.tar.gz and saw that there was no Qt Project Plug-in.
    I have to admit this is strange because when I unpacked that file, the Qt project plugin was there. Maybe your download was simply corrupted?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  12. #12
    Join Date
    Mar 2011
    Location
    bangalore
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Eclipse Qt Plugins not working

    Greetings,
    I am using Qt-Eclipse plugin on Eclipse Helios with Qt 4.6.3
    I am trying to run AdressBook example as on http://doc.qt.nokia.com/4.7/tutorial...ook-part1.html .
    After this when I do Project->Run Qmake, i get following error

    /usr/bin/qmake -recursive CONFIG+=debug_and_release AddressBook.pro
    ***Unknown option -recursive
    This is followed by qmake usage description.

    I can not find where Qmake related settings can happen.
    I hope some one to guide me on this.

    thank you
    nitin

  13. #13
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Eclipse Qt Plugins not working

    And how is this related to this thread?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  14. #14
    Join Date
    May 2012
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Symbian S60

    Default Re: Eclipse Qt Plugins not working

    I have installed eclipse SDK ver 3.6.2, helios, with CDT (working fine) but cant install QT plugins.
    I used the instructions given in http://qt.nokia.com/products/eclipse...linux-systems/ but it wont work. My eclipse/plugins folder is in /opt. I unpacked the Qteclipse integration file in both /opt (where I found my eclipse/plugins) but neither plugins nor features had qtplugin folders in them. Thats how I doubt it at first place that how unpacking a file in /opt would install qtplugins directly. I dont see any trolltech folders in eclipse/plugins or eclipse/features after merely unpacking qt-eclipse-integration-linux.x86-1.6.1-src.tar.gz.
    My directory structure for eclipse is :
    /opt/eclipse
    /opt/eclipse/plugins
    /opt/eclipse/features
    /opt/eclipse/eclipse.ini
    .
    .
    .

    As said, I also have eclipse/plugins in /usr/lib but unpacking integration file there too doesnt make eclipse recognise Qtplugin installed.
    Please help

Similar Threads

  1. Replies: 0
    Last Post: 4th February 2011, 09:02
  2. Replies: 17
    Last Post: 2nd January 2011, 17:11
  3. Replies: 1
    Last Post: 10th December 2010, 06:10
  4. Qt plugins into Eclipse
    By Mel in forum Qt Programming
    Replies: 0
    Last Post: 25th September 2008, 20:26
  5. Plugins & Qt - Eclipse integration
    By Mel in forum Qt Tools
    Replies: 1
    Last Post: 25th September 2008, 14:39

Tags for this Thread

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.