Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to build libqxt with Qt 5.3 static on Windows?

How to build libqxt with Qt 5.3 static on Windows?

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    frfm
    wrote on last edited by
    #1

    Hello Guys, I have one problem.....I want send email using SMTP, so I am trying build libqxt with QT Static 5.3 to use class QxSmtp, but I don't get....I am following this steps...

    1. Build Qt 5.3 Static in C:\Qt\Qt5.3-static with this configuration:

    @
    configure -static -confirm-license -debug-and-release -opensource -nomake tests -nomake examples -skip declarative -skip quick1 -skip quickcontrols -qt-libpng -qt-libjpeg -qt-sql-sqlite -qt-zlib -no-opengl -openssl -I C:\OpenSSL-Win32\include -L c:\OpenSSL-Win32\lib\MinGW -platform win32-g++
    @

    and after....

    @

    mingw32-make

    @

    1. I get source Libqxt and extract files in C:\Qt\libqxt and build with this configuration

    @

    configure -debug_and_release -no-db -I C:\OpenSSL-Win32\include -L C:\OpenSSL-Win32\lib -l libeay32 -l ssleay32

    @

    and after...

    @

    mingw32-make

    mingw32-make install

    @

    1. I included in .pro of my application:

    @

    CONFIG += qxt
    QXT += core network

    @

    But when I will build my application I receive this error:

    @

    QxSmtp: no such file or directory.

    @

    What Am I doing wrong?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved