Skip to content

3rd Party Software

Combining Qt with 3rd party libraries or components? Ask here!
1.1k Topics 5.5k Posts
  • Adding LibPcac to Qt

    4
    0 Votes
    4 Posts
    2k Views
    B

    I am happy for help you. :)

  • 0 Votes
    7 Posts
    3k Views
    P

    QX11EmbedContainer seems to be only available for linux but I am trying to stay on a Windows platform for this project.

    Do you know of an equivalent QX11EmbedContainer class for win 7?

  • 0 Votes
    1 Posts
    3k Views
    No one has replied
  • Will pay for the MySQL plugin

    4
    0 Votes
    4 Posts
    4k Views
    B

    i successed to compile the mysql driver for qt4.8.1 with mingw and it work for me very good ^^, i hope for you too.
    this a link to the qsqlmysql4.qll, qsqlmysqld4.qll, http://www.mediafire.com/download.php?z1e1ypqhqc96icn.
    just to tell you, i compile under windows 7 64 bits, mysql-5.5.25a-win32.
    after downloading this two dll files copy them to you sqldrivers folder (for me is :C:\QtSDK\Desktop\Qt\4.8.1\mingw\plugins\sqldrivers) then copy the libsql.dll ( you find it in your mysql's lib directory for me is : C:\MYSQL\lib), and paste it in your project directory, and it will work , well i hope so because it work for me like this ^^

  • [Moved][Closed]Eclipse CDT Juno Compile Issue

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • QextSerialPort, error on openPort;

    2
    0 Votes
    2 Posts
    2k Views
    D

    I execute the compiled app with root user and then works the open method()!

    Can I make this works with a normal user?

  • 0 Votes
    3 Posts
    2k Views
    B

    [quote author="Volker" date="1342122841"]What are the actual error messages? Are they from the compiler or the linker?[/quote]

    I think they are from compiler here is an example:
    @g++ -Wl,-O1 -o Simulador_de_Particulas main.o janelaprincipal.o opengl.o trackball.o fastareader.o clusterclass.o moc_janelaprincipal.o moc_opengl.o qrc_shader.o -L/usr/lib -L/usr/X11R6/lib -lQtOpenGL -lQtGui -lQtCore -lGLU -lGL -lpthread
    janelaprincipal.o: In function stPage::GetPageSize()': janelaprincipal.cpp:(.text+0x0): multiple definition of stPage::GetPageSize()'
    main.o:main.cpp:(.text+0x0): first defined here
    janelaprincipal.o: In function stPage::GetData()': janelaprincipal.cpp:(.text+0x10): multiple definition of stPage::GetData()'
    main.o:main.cpp:(.text+0x10): first defined here
    janelaprincipal.o: In function stLockablePage::GetPageSize()': janelaprincipal.cpp:(.text+0x20): multiple definition of stLockablePage::GetPageSize()'
    main.o:main.cpp:(.text+0x20): first defined here
    janelaprincipal.o: In function stLockablePage::GetData()': janelaprincipal.cpp:(.text+0x30): multiple definition of stLockablePage::GetData()'
    main.o:main.cpp:(.text+0x30): first defined here@

    and they continue for thousands of lines...

    If you want to see all messages, I uploaded the output from make on my server: http://tiago.eti.br/make_output

  • Building the MySQL plugin

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [Solved] Open NCReport Designer of the code

    3
    0 Votes
    3 Posts
    2k Views
    S

    For a test you can use the demo on the site, you can create your report and print on pdf,image, and many more. But for using in your application you need buy the annual license.

  • QXmppLogger

    1
    0 Votes
    1 Posts
    952 Views
    No one has replied
  • Cross compiling from ubuntu to windows

    4
    0 Votes
    4 Posts
    4k Views
    H

    How can I get windows version of qwt in my ubuntu? Is there some procedure how can I do that? thanks

  • Does Qt Phonon support setting playback speed

    2
    0 Votes
    2 Posts
    2k Views
    F

    I am also interested in changing the playback speed, but as far as I know it is not possible in Phonon.

    The phonon backends should support this easily, so I don't know why this is not part of the Phonon API

    Anyone know more about this issue?

  • 0 Votes
    4 Posts
    2k Views
    A

    I think there are just many implementations of the same idea. The coverflow idea (patented by Apple? Not sure on that one) was picked up by others after Apple introduced it on the iPod touch rather quickly by others, who came up with their own implementations. There are also examples on how to build one using QML (quite simple, actually), and even libqxt has a "widget":http://libqxt.bitbucket.org/doc/0.6/qxtflowview.html#details in the library implementing the idea.

    So, you adhere to the licence of the implementation you use, and hope Apple did not patent it or can't be bothered to go after you.

  • 0 Votes
    3 Posts
    2k Views
    P

    The Microsoft one...
    And it's Boost 1_47 I use.

  • Error using Qt + gSOAP

    6
    0 Votes
    6 Posts
    3k Views
    M

    It is working in linux.

  • Qt and OSG GraphicsWindowQt

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Qt3D, Assimp and IFC

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Qt / WSDL / gSOAP = Encoding problems

    7
    0 Votes
    7 Posts
    5k Views
    A

    maybe in gSOAP? look with wireshark into Request Headers from your app.

  • Boost 1.47 link with QtCreator2.5

    2
    0 Votes
    2 Posts
    2k Views
    H

    "Example from documentation":http://qt-project.org/doc/qt-4.8/qmake-variable-reference.html#libs
    @
    unix:LIBS += -L/usr/local/lib -lmath // you don't have -l
    win32:LIBS += c:/mylibs/math.lib
    @

  • Undefined symbol: SQLAllocHandle

    6
    0 Votes
    6 Posts
    4k Views
    P

    where pid is the pid of your running application.