Hi guys,
here i am again to ask for some help.
I'm using Code::Blocks on Kubuntu.
Setting up SFML was no big Problem, the tutorial on it is really great.
But now i wanted to start to integrate QT4, too.
ANd here the problems start.
I'm quite new to Linux and installed all Qt (-dev) packages I will need using the package manager synaptic.
Now I want to create a QT - Project, but i don't know
a) where the folder containing /lib and /include is located
b) what linker options i have to do manually
Moreover:
I'll try out QTCreator which has been recommended to me.
Though I didnt even try yet, I'm somehow sure I'll have some Problems linking SFML again...
Where can I take a crash course to learn what I have to do, no matter what IDE I choose?
I've seen that
g++ -o out -lLIBRARY -L../lib file.cpp
seems to be some standard operation,
but where are the /includes ?
I'm glad for any explanation or good link (meaning: should be intelligible for a total beginner )
thnx- the ravenhearted