0

I use MS Visual Studio 2010, Qt 4.7.3, Qt addin 1.1.11. I've added ui,cpp and h files from Qt Designer. But the addin does not add custom build steps for them. The older gui forms worked well within that project. I've met the answers which concern manual adding custom build steps - UIC'ing and MOC'ing. But I want to fix addin behavior. What are the correct steps of adding ui,h, cpp files of some Qt widget to some existing Qt project?

ilya
  • 1,103
  • 14
  • 36
  • By the way, when I created another Qt project (template was added by addin) with empty window, the addin was able to add custom build step for the same ui file. – ilya Jul 17 '12 at 07:51

1 Answers1

0

Try to use qtcreator. Your will love it.

liuyi.luo
  • 1,219
  • 7
  • 11