![]() |
2010-07-29
, 13:38
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#2
|
The Following User Says Thank You to Joorin For This Useful Post: | ||
![]() |
2010-07-29
, 13:56
|
Posts: 180 |
Thanked: 76 times |
Joined on May 2010
|
#3
|
The Following User Says Thank You to Diph For This Useful Post: | ||
![]() |
2010-07-29
, 14:15
|
Posts: 219 |
Thanked: 94 times |
Joined on Nov 2009
@ Helsinki, Finland
|
#4
|
I'm writing some Qt software that really requires unit testing, i.e. functionality that is way too painful to get to decent level by playing with UI (ok, some other reasons exist for unit testing also
- Created an own project for tests
- Linked the project to be tested with this project (project dependencies from Qt Creator)
- Failed to compile the skeleton .cpp file that IDE creates. Compile output says "moc: Too many input files specified". This happens even without adding the other project as dependency.
I'm lost with the following stuff...
- Even though I'm building for Maemo 5, I would like to execute my tests on Windows. Functionality is separated from GUI. Howto do this?
- How can I organize my tests to multiple .cpp files to prevent me losing my mind. Seriously single file is not an option, and this is what Qt seems to be suggesting.
Yeah, kinda newbie with C++ also...
Ham > Turkey