Results 1 to 3 of 3

Thread: Compilation of Qtcreator plugin project fails with error: cannot find -lCore

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Question Compilation of Qtcreator plugin project fails with error: cannot find -lCore

    Hello;

    I'm trying to build a plugin for Qt Creator as described in [1] http://doc.qt.digia.com/qtcreator-ex...st-plugin.html.

    I have installed the entire standard Qt package (Qt Creator exe, Qt libs,...) in C:\work\qt

    I have also downloaded Qt Creator source files into C:\work\qt-creator-opensource-src-3.1.0
    I was able to compile these sources using C:\work\qt-creator-opensource-src-3.1.0>mingw32-make release and to obtain
    executable and dlls in C:\work\qt-creator-opensource-src-3.1.0\bin

    However, using the steps described in [1], I'm failling with the following errors when building the plugin template project (built using Qt Creator exe located in C:\work\qt\Tools\QtCreator\bin):

    :-1: error: cannot find -lCore
    :-1: error: cannot find -lAggregation
    :-1: error: cannot find -lExtensionSystem
    :-1: error: cannot find -lUtils
    :-1: error: error: ld returned 1 exit status
    collect2.exe:-1: error: error: ld returned 1 exit status

    Myplugin.pro has:

    isEmpty(QTCREATOR_SOURCES):QTCREATOR_SOURCES=C:/work/qt-creator-opensource-src-3.1.0/src

    isEmpty(IDE_BUILD_TREE):IDE_BUILD_TREE=C:/work/qt-creator-opensource-src-3.1.0/build

    At this time the above "build" folder is empty.

    Thank you very much for any help.
    Last edited by mut; 23rd April 2014 at 16:48.

Similar Threads

  1. qt5/mingw64 project compilation error
    By maitai in forum Installation and Deployment
    Replies: 0
    Last Post: 7th February 2013, 09:24
  2. Replies: 3
    Last Post: 16th December 2012, 11:59
  3. Replies: 1
    Last Post: 29th September 2011, 11:14
  4. Compilation Error , Can't find lib file.
    By vijaydandur in forum Qt Programming
    Replies: 2
    Last Post: 9th May 2011, 05:54
  5. Compilation error creating a project on QT4.0.1??
    By darpan in forum Qt Programming
    Replies: 6
    Last Post: 8th March 2006, 08:16

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.