Results 1 to 3 of 3

Thread: QLocalSocket error: no such file or directory

  1. #1
    Join Date
    May 2013
    Posts
    2
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default QLocalSocket error: no such file or directory

    Hello, I'm trying to compile a QT-based source code using QT 4.3.2 + mingw32 through the following command line:

    C:\MinGW\msys\1.0\home\anonimo\vidalia-0.2.21\build>mingw32-make
    [ 2%] Built target miniupnpc
    [ 2%] Building CXX object src/common/CMakeFiles/common.dir/net.obj
    C:\MinGW\msys\1.0\home\anonimo\vidalia-0.2.21\src\common\net.cpp:19:24: fatal error: QLocalSocket: No such file or directory
    compilation terminated.
    mingw32-make[2]: *** [src/common/CMakeFiles/common.dir/net.obj] Error 1
    mingw32-make[1]: *** [src/common/CMakeFiles/common.dir/all] Error 2
    mingw32-make: *** [all] Error 2
    There is no project file (.pro) to add QT += network. So how can I solve this issue?

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

    Default Re: QLocalSocket error: no such file or directory

    QLocalSocket was not introduced until Qt 4.4.

  3. The following user says thank you to ChrisW67 for this useful post:

    foreball (17th May 2013)

  4. #3
    Join Date
    May 2013
    Posts
    2
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QLocalSocket error: no such file or directory

    Quote Originally Posted by ChrisW67 View Post
    QLocalSocket was not introduced until Qt 4.4.
    Problem solved, thanks a lot!

Similar Threads

  1. Replies: 11
    Last Post: 1st February 2018, 05:27
  2. error: QSqlDatabase: No such file or directory
    By learningqt in forum Newbie
    Replies: 3
    Last Post: 15th February 2012, 11:00
  3. SOLVED: error: QNetworkReply: No such file or directory
    By TheIndependentAquarius in forum Qt Programming
    Replies: 0
    Last Post: 25th May 2011, 10:33
  4. qstring.h no such file or directory error!
    By wenn32 in forum Newbie
    Replies: 14
    Last Post: 5th May 2011, 16:59
  5. Replies: 4
    Last Post: 9th May 2010, 17:18

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.