Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qt 5.4.2

    Log in to post
    • All categories
    • V

      Unsolved [qtwebkit 5.4.2 - WEC7-x86] Unable to load svg image from file (*.svg)
      Qt WebKit • qtwebkit svg qt 5.4.2 msvc2008 wec7 • • VinayVerma

      6
      0
      Votes
      6
      Posts
      1590
      Views

      A

      @VinayVerma Were you able to find a solution to the above problem? I am facing the exact same issue.

    • JohanSolo

      Solved Cannot disable QGraphicsSimpleText antialiasing with Qt5.x
      General and Desktop • qgraphicsview qt 5.6.0 qt 5.4.2 qt 4.8.6 • • JohanSolo

      4
      0
      Votes
      4
      Posts
      1706
      Views

      JohanSolo

      For the recored, filed QTBUG-53845

    • mistralegna

      Unsolved QMake subdir template retrieve all qt libs
      General and Desktop • qmake dependencies libs qt 5.4.2 • • mistralegna

      6
      0
      Votes
      6
      Posts
      1775
      Views

      SGaist

      Hi,

      One thing that you could try is to add a custom target that will call windeployqt on your target. Something a bit like the tests target when using Qt's unit tests module.

      Hope it helps

    • L

      Unsolved Minimal QSystemTrayIcon example in Ubuntu 12.04
      General and Desktop • qsystemtrayicon qt 5.4.2 ubuntu 12.04 • • luipugs

      7
      0
      Votes
      7
      Posts
      2115
      Views

      L

      I tested in Ubuntu 14.04 up to 15.10 and the tray icon is still not shown. The systray whitelist is not available any more in those distributions though, and I'd rather not have to install packages that bring back the tray icon like https://launchpad.net/~gurqn/+archive/ubuntu/systray-trusty. I thought Qt 5.4.2 already supported app indicators?

    • MarKS

      Unsolved Using QMake to compile a Visual Studio project which uses QT5 & OpenCV libraries
      Mobile and Embedded • qmake-qt5 cmake qt 5.4.2 visual studio • • MarKS

      2
      0
      Votes
      2
      Posts
      1886
      Views

      SGaist

      Hi,

      For qmake you can use something like:

      INCLUDEPATH += /path/to/OpenCV/include/folder LIBS += -L/path/to/OpenCV/lib/folder \ -lopencv_coreXXX \ -lopencv_imgprocXXX \ -lopencv_highguiXXX \ # next OpenCV libs you need

      Note that you can also setup your project on your Windows machine using either qmake or cmake and once it's building there, bring it over to your Linux target, and add the Linux specific pieces to link to OpenCV

    • MarKS

      Unsolved CmakeLists error while compiling for Qt5.
      General and Desktop • cmake qt 5.4.2 qt4 • • MarKS

      2
      0
      Votes
      2
      Posts
      3311
      Views

      SGaist

      Hi,

      You have to port the CMakeLists.txt for Qt 5. You have the CMake Manual in Qt's documentation to help you get started.

    • E

      Unsolved QlineEdit with constant text and editable text fields
      General and Desktop • widget line edit qt 5.4.2 • • Embitel_qt

      13
      0
      Votes
      13
      Posts
      6635
      Views

      mrjj

      might be slightly more compact to use the fill method. :)

      http://doc.qt.io/qt-5/qstring.html#fill

    • T

      Unsolved Why do I get these errors C2134, C4430 etc, in VS with QT?
      General and Desktop • c++ qt 5.4.2 visual studio opengl • • taulant01

      4
      0
      Votes
      4
      Posts
      3160
      Views

      SGaist

      It's because you don't implement them. Also note that these function are valid only for QGLWidget and QOpenGLWidget.

      Do you have a QApplication instantiated in your main function ?

    • ?

      Configure qmake for android build outside the Qt Creator.
      Mobile and Embedded • qmake qt 5.4.2 android makefile • • A Former User

      2
      0
      Votes
      2
      Posts
      2005
      Views

      SGaist

      Hi,

      Windows 64 bit is able to run 32bit applications. What exact error do you get ? Did you setup all android environment variables ?

    • E

      QSQLITE driver not loaded
      General and Desktop • sqlite qt 5.4.2 • • ExorcistInc

      3
      0
      Votes
      3
      Posts
      2778
      Views

      E

      Well, I figured out, that in my case it was stupid mistake of using MSVC windeployqt with MinGW compiled app.

    • MarKS

      Cross compile tool chain for Raspberry Pi 2 & BeagleBoard
      Mobile and Embedded • raspberry pi beagleboard cross-compile qt 5.4.2 ubuntu 14.04 • • MarKS

      3
      0
      Votes
      3
      Posts
      1424
      Views

      F

      This page might be helpful
      http://derekmolloy.ie/beaglebone/qt-with-embedded-linux-on-the-beaglebone/

    • G

      QtOpenglWidget black quad texture
      General and Desktop • qt 5.4.2 opengl texture • • Gmadges

      1
      0
      Votes
      1
      Posts
      761
      Views

      No one has replied

    • M

      Building Qt 5.4.2 for Windows Embedded Compact 7 (WEC7) on ARM platform
      Mobile and Embedded • build qt 5.4.2 windows embedde wec7 arm msvc2008 windows 7 64 bi • • Mohammadjk

      1
      0
      Votes
      1
      Posts
      1449
      Views

      No one has replied

    • ?

      Building Qt5.4 for IOS Openssl
      Mobile and Embedded • mac os qt 5.4.2 ios build openssl • • A Former User

      5
      0
      Votes
      5
      Posts
      2522
      Views

      ?

      @SGaist thanks for reply) I understand that I need that for deployment on device but I am building just qt not an app. So i thought it might be unnecessary for building Qt itself. Cause when i am downloading qt for Ios i don't need to have that account. But i need it to build qt that's strange for me. I have ready code to port to ios so openssl is needed

    • J

      [SOLVED] Running GUI application executable does not show the main window
      General and Desktop • qt 5.4.2 c++ qml compile application gui • • johnsmith

      3
      0
      Votes
      3
      Posts
      6981
      Views

      J

      @Paul-H. D'oh! Why, of course, how silly of me. visibility: Window.AutomaticVisibility does NOT automatically do visible: true.

      Truly a case of needing to ask someone else to realize you're making a rookie mistake. Thanks for your help, Paul.

    • islam ouahouda

      Qt 5 Connection to database MySQL don't work ?
      General and Desktop • sql mysql mysql 64bit qt5.4 qt 5.4.2 • • islam ouahouda

      8
      0
      Votes
      8
      Posts
      3014
      Views

      M

      @islam-ouahouda Try this, http://seppemagiels.com/blog/create-mysql-driver-qt5-windows it worked for me

    • R

      Troubles setting up Curl
      Tools • curl qt 5.4.2 linking • • RaJiska

      12
      0
      Votes
      12
      Posts
      6267
      Views

      R

      Hello' Again,

      I've decided to try it over MinGW compiler and a static build, apparently it got better but still have some errors.
      Here is my .pro file:

      QT += core gui widgets

      TARGET = Launcher
      TEMPLATE = app

      SOURCES += main.cpp
      mainwindow.cpp

      HEADERS += mainwindow.h

      FORMS += mainwindow.ui

      DEFINES += CURL_STATICLIB
      LIBS += -L"C:/Users/Banzai/Desktop/C++/QtPgrm/Mingw Real/includes/curl" -lcurl
      LIBS += "C:/Users/Banzai/Desktop/C++/QtPgrm/Mingw Real/includes/curl/libcurl.a"
      LIBS += "C:/Users/Banzai/Desktop/C++/QtPgrm/Mingw Real/includes/curl/libcurldll.a"
      INCLUDEPATH += "C:/Users/Banzai/Desktop/C++/QtPgrm/Mingw Real/includes"

      Also '#define CURL_STATICLIB' is declared in the header before the include of cURL.
      Here is the error I got: error: undefined reference to `curl_easy_init'.
      Not too sure what it could be. (I am using the 64 bits version while the compiler is 32 bits).

      When I've been using the 32 bits version, here is what I got:

      undefined reference to {WSAStartup@8,WSACleanup@0}
      <path>/curl/libcurl.a(easy.o): bad reloc address 0x0 in section `.data'.

      Apparently I've ready somewhere that I had to include something with -lwsock32, which I did this way:

      LIBS += -lwsock32

      Unfortunately it did not seem to change anything.
      Thank you for your help.

    • P

      MouseMoveEvent when scrolling
      General and Desktop • qt 5.4.2 mousemove event scroll • • petoknm

      1
      0
      Votes
      1
      Posts
      999
      Views

      No one has replied

    • Paul H.

      Solved Build QT 5.4.2 with OpenSSL statically linked
      Installation and Deployment • openssl windows qt 5.4.2 build • • Paul H.

      7
      0
      Votes
      7
      Posts
      5869
      Views

      R

      For the people googleing this issue. There is documentation abut this in
      qtbase/src/network/ssl/ssl.pri:

      Add optional SSL libs # Static linking of OpenSSL with msvc: # - Binaries http://slproweb.com/products/Win32OpenSSL.html # - also needs -lUser32 -lAdvapi32 -lGdi32 -lCrypt32 # - libs in <OPENSSL_DIR>\lib\VC\static # - configure: -openssl -openssl-linked -I <OPENSSL_DIR>\include -L <OPENSSL_DIR>\lib\VC\static OPENSSL_LIBS="-lUser32 -lAdvapi32 -lGdi32" OPENSSL_LIBS_DEBUG="-lssleay32MDd -llibeay32MDd" OPENSSL_LIBS_RELEASE="-lssleay32MD -llibeay32MD"
    • N

      Qt Android Bluetooth OBEX?
      Mobile and Embedded • qt 5.4.2 bluetooth android • • Niranjan Jayanth

      4
      0
      Votes
      4
      Posts
      1545
      Views

      SGaist

      Nop, sorry, I don't