Results 1 to 3 of 3

Thread: Need help with Compiling libqxt for Qt5.1.1 on windows.

  1. #1
    Join Date
    Oct 2013
    Posts
    7
    Qt products
    Qt5 Qt Jambi
    Platforms
    Unix/X11 Windows Android
    Thanks
    2

    Default Need help with Compiling libqxt for Qt5.1.1 on windows.

    Hello guys,

    I am trying to use libqxt for Qt5.1.1 on windows. But so far I could not use it in my project.
    Steps that I am using to build libqxt is as following:

    1. I downloaded the libqxt zip with name libqxt-libqxt-9068e83def48.
    2. Extracted it in my Qt folder. And renamed the extracted folder as libqxt-Qt5.
    3. Issued [CODE] configure.bat [\CODE] from libqxt-Qt5.
    4. After completing [CODE] configure.bat [\CODE] issued [CODE] mingw32-make [\CODE] command.
    5. Issued [CODE] mingw32-make install [\CODE] after [CODE] mingw32-make [\CODE].
    6. Repeated the steps 3, 4, 5 for debug mode with [CODE] configure.bat -debug [\CODE].

    After these steps I tried to use libqxt in my project, I added
    Qt Code:
    1. CONFIG += qxt
    To copy to clipboard, switch view to plain text mode 
    and
    Qt Code:
    1. QXT += core gui network
    To copy to clipboard, switch view to plain text mode 
    in my .pro file.
    But after debugging I am getting the result that 'QtxSmtp: No such file or directory' and 'QxtMailMessage: No such file or directory'.

    I don't know what to do. Am I missing something ? Do I need to copy files anywhere after
    Qt Code:
    1. mingw32-make install
    To copy to clipboard, switch view to plain text mode 
    ?

    My file systems are like "C:\Qt\Qt5.1.1" and I libqxt library is in Qt folder as "C:\Qt\libqxt-Qt5".

    Thanks in advance for any help.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: Need help with Compiling libqxt for Qt5.1.1 on windows.

    Firstly, did you rerun qmake after you modified your PRO file? Did it report any errors, particularly with finding qxt.prf?

  3. #3
    Join Date
    Oct 2013
    Posts
    7
    Qt products
    Qt5 Qt Jambi
    Platforms
    Unix/X11 Windows Android
    Thanks
    2

    Default Re: Need help with Compiling libqxt for Qt5.1.1 on windows.

    Hello ChrisW67,
    Yes I did. I ran qmake on project after modifying PRO file. No it did not report any errors.

Similar Threads

  1. compiling for Windows
    By timmu in forum Qt Programming
    Replies: 8
    Last Post: 24th October 2012, 13:28
  2. Replies: 2
    Last Post: 19th April 2011, 19:14
  3. Compiling an Embedded app under windows
    By mariofobia in forum Newbie
    Replies: 2
    Last Post: 18th October 2010, 09:19
  4. Compiling in Windows
    By srohit24 in forum Newbie
    Replies: 4
    Last Post: 14th February 2009, 09:56
  5. Need help with compiling on Windows
    By Cruz in forum Newbie
    Replies: 4
    Last Post: 29th January 2009, 11:09

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.