Languages

Menu
Sites
Language
System libs path and include path settings in QT5.0.0

Hello,

I am compiling qtwayland for Tizen platform

Problem: I have wayland-egl lib and include files in /usr/lib/ and /usr/include folders respectively. Also there is wayland-egl.pc file in /usr/lib/pkgconfig. And I have updated variable PKG_CONFIG_PATH variable. However, I am not able to do compilation of qtwayland/config.tests/wayland-egl

log:

bash-4.1# qmake

bash-4.1# make
/usr/local/Qt-5.0.0/bin/qmake CONFIG\ -=\ qt\ debug_and_release\ app_bundle\ lib_bundle -o Makefile wayland_egl.pro
g++ -m32 -Wl,-O1 -o wayland_egl main.o   -lwayland-egl
/usr/bin/ld: cannot find -lwayland-egl
collect2: ld returned 1 exit status
make: *** [wayland_egl] Error 1

 

How are the system include paths and lib paths being set in QT5.0.0?

What should be done so that qmake finds the lib ??
 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
Pushpa G
I think you can get answer from http://qt-project.org/wiki/Tizen. This is official wiki for Qt for Tizen. Better you post this query in that site.