Results 1 to 2 of 2

Thread: Transfer from Qt 4.8.2 to Qt 5.4 (VS2013)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2015
    Posts
    1
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Transfer from Qt 4.8.2 to Qt 5.4 (VS2013)

    Hello guys,

    till now i have used Qt 4.8.2 with VS2010 for programming some small tools.
    This worked pretty well, but now I needed to change to VS2013 an because there is no 4.8.2 Version for VS2013 I need to update my Qt Version as well.

    This is what i have done:
    1. Install qt-unified-windows-x86-2.0.1-online and download Qt 5.2
    2. Install qt-vs-addin-1.2.4-opensource
    3. Check User Paths C:\Qt\5.4\msvc2013
    4. Check includes in code for changes


    Now I'm pretty close to compile my code, the last Error is:
    LNK1104: File "QtCored4.lib" couldt not be opened.

    I cleaned the project I tried to delete some old Files, but the error still occures.

    Any Ideas how to fix this issue?

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Transfer from Qt 4.8.2 to Qt 5.4 (VS2013)

    Well, duh, you updated to Qt5. Your linker is telling you it can't find a Qt4 library to link to. Maybe if you changed your link options to link to the Qt5 libraries, it might work better.

Similar Threads

  1. qmake 5.3 vs 5.4 MS VS2013 project generation
    By evilruff in forum Qt Tools
    Replies: 1
    Last Post: 11th February 2015, 08:49
  2. possible vs2013 qt5.2.1 opengl issue win7 inside mac parallels
    By schnitzel in forum Installation and Deployment
    Replies: 1
    Last Post: 22nd February 2014, 23:53
  3. vs2013 & Qt5.2.1 - warning MSB8027
    By TorAn in forum Qt Programming
    Replies: 0
    Last Post: 19th February 2014, 14:18
  4. Qt with VS2013
    By TorAn in forum Installation and Deployment
    Replies: 6
    Last Post: 2nd February 2014, 02:40
  5. File Transfer in Qt
    By Rajeshsan in forum Qt Programming
    Replies: 6
    Last Post: 11th February 2011, 04:13

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.