Author Topic: how can I import qt project?  (Read 5527 times)

Offline blueshake

  • Regular
  • ***
  • Posts: 459
how can I import qt project?
« on: November 30, 2009, 02:56:03 pm »
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?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: how can I import qt project?
« Reply #1 on: November 30, 2009, 03:55:37 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.