Results 1 to 5 of 5

Thread: libqxt, QT Creator can not find it!!!

  1. #1
    Join Date
    Nov 2012
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Exclamation libqxt, QT Creator can not find it!!!

    hey at all,

    i have problems with the libqxt.

    My Deployment System: Win XP SP3 with installed QT SDK

    1. I download and and extract the libqxt from http://dev.libqxt.org.

    2. I set the System PATH to : setPATH=C:\QtSDK\mingw\bin;C:\QtSDK\Desktop\Qt\4.8 .0\mingw\lib;C:\QtSDK\Desktop\Qt\4.8.0\mingw\bin\; C:\Windows\system32;C:\Windows;

    3. Go into the libqxt folder with the console and type configure -debug_and_release -no-db -no-openssl

    4. Type mingw32-make & mingw32-make install

    => installing the libqxt without any error in the C:\QXT folder

    5. Add in the .pro
    CONFIG += qxt
    QXT += core gui

    If i click the build button in the qt creator, I got the following error message

    #############################
    QxtGlobalShortcut: No such file or directory
    #############################

    I've tried many solutions, but nothing worked.

    hope someone can help me!!!!!

    Thanks in advance for your help

    Mr. K

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: libqxt, QT Creator can not find it!!!

    I'm assuming there is a file called "qxt.prf" somewhere. Make sure it is being copied to $(QTDIR)/mkspecs/features directory during installation.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Nov 2012
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: libqxt, QT Creator can not find it!!!

    many thanks, it works!!!!

    just one little thing does not work.

    I want to intercept the Print button.

    under linux, it works fine, but on windows not!!

    I think the operating system block it or something.

    are there any solutions???

    regards Mr. K

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: libqxt, QT Creator can not find it!!!

    I don't think the operating system blocks any buttons.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Nov 2012
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: libqxt, QT Creator can not find it!!!

    yes can be

    but under windows does not work

    new QxtGlobalShortcut(QKeySequence(Qt::Key_Print))

    so I want something that happens when I press the print button on the keyboard.

    on linux(x11) it works fine.

    but on win xp nothing happend.

    any solutions?=)

    thanks a lot

    Mr. K

Similar Threads

  1. Replies: 2
    Last Post: 22nd November 2011, 00:09
  2. Qt Creator can't find N97 SDK
    By Denis1986 in forum Qt Programming
    Replies: 1
    Last Post: 16th November 2010, 09:19
  3. Qt Creator Qt Creator run error, cannot find -lpsapi.a
    By kyh23_y in forum Qt Tools
    Replies: 1
    Last Post: 6th September 2010, 22:46
  4. Qt Creator Qt Creator run error, cannot find -lpsapi.a
    By kyh23_y in forum Qt Tools
    Replies: 0
    Last Post: 4th September 2010, 16:52
  5. Replies: 1
    Last Post: 30th July 2010, 01:41

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.