Does QT have any profiler/test-tools for android/iOS
Qt Creator and other tools
2
Posts
2
Posters
1.3k
Views
1
Watching
-
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