Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: socketinterface.h:24:41: fatal error: qt4/QtNetwork/QAbstractSocket: No such file or directory #8

Open
kolen opened this issue Jul 1, 2010 · 5 comments

Comments

@kolen
Copy link

kolen commented Jul 1, 2010

Tried to build under Arch Linux.
cmake says everything is good, but make stops with error.

http://pastebin.com/gk7Gzqm6

@palli
Copy link

palli commented Jul 7, 2010

I run on Ubuntu and for me, installing libqt4-dev solved this problem.

Also had to install libavcodec-dev

$ sudo aptitude install libavcodec-dev libqt4-dev

@kolen
Copy link
Author

kolen commented Jul 7, 2010

I have qt dev stuff installed, in Arch there is no separate dev packages, regular packages contain headers.
/usr/include/Qt exists, qmake, uic etc also.

It is strange that CMake says everything is found and creates makefiles, but then build fails.

@c-holtermann
Copy link

I habe the same problem with OpenSuse. I found that the network include files for qt4 are
not in /usr/include/qt4/qtNetwork but directly in /usr/include/qtNetwork. Creating a symbolic link "sudo ln -s /usr/include /usr/include/qt4" seems to work.

@Ungaminga
Copy link

resolved by adding network to QT+= in my pro.

@pinpox
Copy link

pinpox commented Nov 7, 2012

Hi, ive got exactly the same problem but i dont understand your solution, Ungaminga. could you explain what you did exactly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants