Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. msvc2013
    Log in to post
    • All categories
    • I

      Unsolved How do I get a specific kit installed (MSVC 2013 32-bit)
      Installation and Deployment • msvc2013 • • ichidan

      2
      0
      Votes
      2
      Posts
      719
      Views

      K

      @ichidan

      Hi and welcome to devnet forums

      The versions are determined by availability on the repository servers. Since there are a "mass" of different compiler versions around Qt libraries are only build for some selected versions.

      The best is to install the same version of a pre-built Qt libs as the compiler is you have installed. Especially with MSVC compiler there is almost no compatibility between subsequent versions. However, IIRC there is a compatibility between MSVC2015 and MSVC2017 versions. For sure there is no compatibility to or between previous versions.

      Also you cannot mix 32-bit and 64-bit versions.

      However, since you have a qt-enterprise version, it should mean that you have a commercial version with license, if I amnot mistaken. When you have a commercial license you are entitled to get support from the commercial hotline.

      This is the open source forum.

    • A

      Unsolved Unable to link Qt dll
      General and Desktop • msvc2013 shared library linker errors • • Andrea

      6
      0
      Votes
      6
      Posts
      1894
      Views

      SGaist

      Hi,

      Can you show your class definition ?

    • Papercut

      Unsolved Using Qt 5.7 with MSVC compiler
      Tools • msvc2013 qt 5.7 qtwebengine qtwebkit mingw • • Papercut

      4
      1
      Votes
      4
      Posts
      4967
      Views

      SGaist

      Hi,

      Did you also install Qt for MSVC2013 ?

    • T

      Solved QT 5.6 msvc2013 *WITH* webkitwidgets
      General and Desktop • msvc msvc2013 webkitwidgets • • TheFlyingMooseMan

      2
      0
      Votes
      2
      Posts
      1251
      Views

      SGaist

      Hi,

      QtWebKit has been deprecated in 5.5 and won't be released as prebuilt module starting with 5.6. You still can build it yourself from sources though.

      You can find Qt 5.5.1 here

    • E

      Solved Qt 5.6.0 building on Windows 7 and MSVC 2013 issue
      Installation and Deployment • qt 5.6.0 windows 7 64 bi msvc2013 build • • enmaniac

      9
      1
      Votes
      9
      Posts
      3895
      Views

      E

      @SGaist Thx I will give it a try.

      I am closing it as solved since the issue has been reported for bug-fixing and there are other options to make it work.

    • T

      Solved INCLUDEPATH not honored when compiling using MSVC2013
      General and Desktop • msvc2013 include qtcreator compiling • • TheFlyingMooseMan

      6
      0
      Votes
      6
      Posts
      1788
      Views

      SGaist

      You're welcome !

      Since you have it working now, please mark the thread as solved using the "Topic Tool" button so that other forum users may know a solution has been found :)

    • P

      Solved Error while building WinRT x64 application with Qt5.5.1
      Installation and Deployment • winrt msvc2013 x64 qt5.5.1 • • Pixtar

      7
      0
      Votes
      7
      Posts
      6894
      Views

      P

      @jsulm said:

      @Pixtar You can use Visual Studio 2013 Community which is more or less same as Professional.

      Thanks for the hint. :D

    • B

      Unsolved qFormatLogMessage and backtrace on win32 / msvc2013
      General and Desktop • win32 msvc2013 backtrace logging qt5.5.1 • • BenV666

      2
      0
      Votes
      2
      Posts
      1419
      Views

      SGaist

      Hi and welcome to devnet,

      Do you have by any change QT_FATAL_WARNINGS defined ?

      If not, can you try the same thing with the 5.6 beta ?

    • S

      Strange Linker error LNK2019 MSVC2013-64 bits build dbg/rel with linkage to opencv 3.00 prebuilt library (.lib static 64-bits) on Win10/64bits
      General and Desktop • lnk2019 64 bits opencv3.00 linker errors qmake lib debug static linking msvc2013 win10-64 • • sun_sina

      4
      0
      Votes
      4
      Posts
      3501
      Views

      jsulm

      You can try to add your static libraries like this: LIBS += PATH_TO_LIB_DIR/libLIBNAME.lib

    • Bear35645

      keyPressEvent suddenly not firing
      General and Desktop • qt 5.4.1 msvc2013 • • Bear35645

      9
      0
      Votes
      9
      Posts
      2727
      Views

      SGaist

      Well, that would be part of the logic of the filter: first step, close the dialog, second handle 8.

      In any case, your idea of not calling accept on the event should result it in being forward to your MainWindow

    • M

      Static compile in Qt 5.5 (msvc2013)
      Installation and Deployment • static qt compile msvc2013 • • MohammadReza

      8
      0
      Votes
      8
      Posts
      4057
      Views

      SGaist

      Did you create a kit that uses your static Qt build ?

    • A

      Opening webpages in WinRT/Windows Phone
      Mobile and Embedded • winrt windows phone qt5 msvc2013 • • APJP

      1
      0
      Votes
      1
      Posts
      621
      Views

      No one has replied

    • gibra

      Error while building/deploying project fet (kit: Desktop Qt 5.5.0 MSVC2013 32bit) When executing step "Make"
      General and Desktop • msvc2013 desktop error make • • gibra

      8
      0
      Votes
      8
      Posts
      11376
      Views

      gibra

      i solved problem by download other version of Qt Qt 5.5.0 for Windows 32-bit (MinGW 4.9.2, 959 MB)
      THANKS

    • J

      MOC produces parse error with MSVC/CMake/qt5_wrap_cpp when handling a plugin interface
      General and Desktop • plugin cmake msvc2013 bug • • Jakob

      1
      0
      Votes
      1
      Posts
      1882
      Views

      No one has replied

    • J

      MOC produces parse error with MSVC/CMake/qt5_wrap_cpp when handling a plugin interface
      Tools • cmake plugin msvc2013 • • Jakob

      2
      0
      Votes
      2
      Posts
      1158
      Views

      J

      Forgot to mention: this is with qt 5.4.0

    • A

      How to include to installer MSVC libraries?
      General and Desktop • msvc msvc2013 qtinstallerfram • • Abylay

      6
      0
      Votes
      6
      Posts
      1748
      Views

      A

      @alex_malyu Very helpful post, thanks!

    • S

      [SOLVED]issue building qt statically on windows
      General and Desktop • static qt building qt sta windows+static couldnt find qm libcmp.lib msvc2013 msvc2012 • • Suroh6

      3
      0
      Votes
      3
      Posts
      907
      Views

      S

      yes I've tried with the msvc 2013 dev promt, i've also run the vcvars