Does QT have any profiler/test-tools for android/iOS
-
Hi,
The Qt framework doesn't provide these king of tools. On OS X you already have them installed with Xcode (e.g. Instrument)
Depending on your testing needs you could have a look at "Squish":http://www.froglogic.com/squish/gui-testing/ or the QTest module
Hope it helps