Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.1
-
None
-
Mac OSX 10.6.6 , Qt SDK 1.1, Qt SDK 1.1.3
Description
in example/network/bearermonitor wont run on simulator on Mac
there are 2 mistakes
bearermonitor.cpp line 66
you missed the ')' after defined(MAEMO_UI
bearermonitor.h line 75
the code is #if defined(Q_OS_WIN) || defined(Q_WS_SIMULATOR)
once i took the '|| defined(Q_WS_SIMULATOR)' out of the code, the example can run properly.