News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

how can I import qt project?

Started by blueshake, November 30, 2009, 02:56:03 PM

Previous topic - Next topic

blueshake

hi,
I have a qt project, how can I import the project with cb,or in which way can I add the src folder into cb?I just want add source file one by one.
thanks.
Keep low and hear the sadness of little dog.
I fall in love with a girl,but I don't dare to tell her.What should I do?

ollydbg

Quote from: blueshake on November 30, 2009, 02:56:03 PM

in which way can I add the src folder into cb?
thanks.

Menu->project->add files recursively. :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.