Tuesday, July 12, 2016

COMPILE QT CODE

g++ -o code1 code1.cpp `pkg-config --libs --cflags Qt5Widgets` -fPIC
*PIC means platform independent code

it is almost same like --
gcc -o code code.c `pkg-config --cflags --libs gtk+-3.0 `


No comments:

Post a Comment

Manjaro Linux

I am switching to Manjaro Linux ... But i have always a hidden love for Arch. The main reason behind is stability. I need more stable syst...