Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qt 5.4.2
    Log in to post

    • 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
      1402
      Views

      @VinayVerma Were you able to find a solution to the above problem? I am facing the exact same issue.
    • SOLVED Cannot disable QGraphicsSimpleText antialiasing with Qt5.x
      General and Desktop • qgraphicsview qt 5.4.2 qt 5.6.0 qt 4.8.6 • • JohanSolo  

      4
      0
      Votes
      4
      Posts
      1630
      Views

      For the recored, filed QTBUG-53845
    • UNSOLVED QMake subdir template retrieve all qt libs
      General and Desktop • qmake qt 5.4.2 dependencies libs • • mistralegna  

      6
      0
      Votes
      6
      Posts
      1722
      Views

      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
    • UNSOLVED Minimal QSystemTrayIcon example in Ubuntu 12.04
      General and Desktop • qt 5.4.2 qsystemtrayicon ubuntu 12.04 • • luipugs  

      7
      0
      Votes
      7
      Posts
      2017
      Views

      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?
    • UNSOLVED Using QMake to compile a Visual Studio project which uses QT5 & OpenCV libraries
      Mobile and Embedded • cmake visual studio qt 5.4.2 qmake-qt5 • • MarKS  

      2
      0
      Votes
      2
      Posts
      1832
      Views

      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
    • UNSOLVED CmakeLists error while compiling for Qt5.
      General and Desktop • cmake qt4 qt 5.4.2 • • MarKS  

      2
      0
      Votes
      2
      Posts
      3172
      Views

      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.
    • UNSOLVED QlineEdit with constant text and editable text fields
      General and Desktop • widget qt 5.4.2 line edit • • Embitel_qt  

      13
      0
      Votes
      13
      Posts
      6110
      Views

      might be slightly more compact to use the fill method. :) http://doc.qt.io/qt-5/qstring.html#fill
    • UNSOLVED Why do I get these errors C2134, C4430 etc, in VS with QT?
      General and Desktop • c++ opengl visual studio qt 5.4.2 • • taulant01  

      4
      0
      Votes
      4
      Posts
      3023
      Views

      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 • android qmake qt 5.4.2 makefile • • A Former User  

      2
      0
      Votes
      2
      Posts
      1888
      Views

      Hi, Windows 64 bit is able to run 32bit applications. What exact error do you get ? Did you setup all android environment variables ?
    • QSQLITE driver not loaded
      General and Desktop • sqlite qt 5.4.2 • • ExorcistInc  

      3
      0
      Votes
      3
      Posts
      2693
      Views

      Well, I figured out, that in my case it was stupid mistake of using MSVC windeployqt with MinGW compiled app.
    • Cross compile tool chain for Raspberry Pi 2 & BeagleBoard
      Mobile and Embedded • raspberry pi ubuntu 14.04 cross-compile qt 5.4.2 beagleboard • • MarKS  

      3
      0
      Votes
      3
      Posts
      1368
      Views

      This page might be helpful http://derekmolloy.ie/beaglebone/qt-with-embedded-linux-on-the-beaglebone/
    • QtOpenglWidget black quad texture
      General and Desktop • opengl qt 5.4.2 texture • • Gmadges  

      1
      0
      Votes
      1
      Posts
      647
      Views

      No one has replied

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

      1
      0
      Votes
      1
      Posts
      1366
      Views

      No one has replied

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

      5
      0
      Votes
      5
      Posts
      2339
      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
    • [SOLVED] Running GUI application executable does not show the main window
      General and Desktop • qml c++ gui compile application qt 5.4.2 • • johnsmith  

      3
      0
      Votes
      3
      Posts
      6447
      Views

      @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.
    • Qt 5 Connection to database MySQL don't work ?
      General and Desktop • sql qt5.4 mysql qt 5.4.2 mysql 64bit • • islam ouahouda  

      8
      0
      Votes
      8
      Posts
      2899
      Views

      @islam-ouahouda Try this, http://seppemagiels.com/blog/create-mysql-driver-qt5-windows it worked for me
    • Troubles setting up Curl
      Tools • qt 5.4.2 linking curl • • RaJiska  

      12
      0
      Votes
      12
      Posts
      5891
      Views

      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.
    • MouseMoveEvent when scrolling
      General and Desktop • event qt 5.4.2 scroll mousemove • • petoknm  

      1
      0
      Votes
      1
      Posts
      899
      Views

      No one has replied

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

      7
      0
      Votes
      7
      Posts
      5713
      Views

      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"
    • Qt Android Bluetooth OBEX?
      Mobile and Embedded • android bluetooth qt 5.4.2 • • Niranjan Jayanth  

      4
      0
      Votes
      4
      Posts
      1474
      Views

      Nop, sorry, I don't
    • Qt Creator 3.4.1 does not load all debugging symbols
      Tools • qtcreator qt 5.4.2 • • texpert  

      1
      0
      Votes
      1
      Posts
      842
      Views

      No one has replied

    • Android Build Doesn't Finish
      Mobile and Embedded • android build deploy qt 5.4.2 5.4.2 • • Niranjan Jayanth  

      1
      0
      Votes
      1
      Posts
      760
      Views

      No one has replied

    • (Solved) QMake - Config Shared Libraries
      General and Desktop • qmake qt 5.4.2 makefile • • Lays147  

      3
      0
      Votes
      3
      Posts
      1264
      Views

      Thanks! It works!
    • [SOLVED] Strange Sigsev On QSqlQuery.exec();
      General and Desktop • qlist qsqlquery qt 5.4.2 qt 5.3.2 • • Brochadinho  

      9
      0
      Votes
      9
      Posts
      2662
      Views

      at funtion gerarRelatorio i swap the qDeleteAll on line down(original position). and it worked. qDebug()<<"Documentos processados para a Tabela de Relatorio"; acessodb::setDataUltimoRelatorio(idEmpresa,idCliente); qDeleteAll(listaDocumentos); listaDocumentos.clear(); delete modelo; return true; I now will upload to my test server, and see what happens. i doesn't care any more about what is causing the problem, i just hope that is solved.
    • Qt5 QOpenGL Error on Execute
      General and Desktop • opengl qwidget qt 5.4.2 • • Lays147  

      6
      0
      Votes
      6
      Posts
      1380
      Views

      If you want to use the script you can simply copy the content show in the documentation and put it in a script that has the same name as your application.
    • Failed to load qwindows.dll with Qt 5.4.2, worked fine in 5.4.1
      General and Desktop • qt 5.4.2 • • Violet Giraffe  

      9
      0
      Votes
      9
      Posts
      2204
      Views

      Oh, I know, I've reported quite a few bugs over the years. What I was saying is that I didn't find any reference to this issue on Jira. By the way, I have a workaround for the issue. I've attempted debugging Qt sources on the machine where loading qwindows.dll fails, and noticed that QCoreApplication::libraryPaths returns empty list, while it does return a valid path on the machine where it works fine. So, I added this one line to the main function before QApplication is created: if (argc >= 1 && argv != nullptr) QCoreApplication::addLibraryPath(QFileInfo(argv[0]).absolutePath()); And now my application runs again, on all the PCs where I've tested it!