- 
    Bug 
- 
    Resolution: Invalid
- 
     Not Evaluated Not Evaluated
- 
    None
- 
    5.3.0 Beta1
- 
    None
- 
    ios, Mac
Hi!
I am experiencing the problem, both on Mac and iOS, that when I add this line to my qmake project:
    CONFIG += qmltestcase
or
    QT += testlib
Then QCoreApplication::applicationDirPath() returns a path that is actually two levels up from what it should be.
Even further, the [NSBundle URLForResource] method stops working (returns empty urls, since it can not find the resources anymore).
Any clue on what the problem is? Thanks a lot!