Squashed commit of the changes from the mobile-examples repository
(4.7-generated-declarative branch). (cherry picked from commit 539311f7b2687e3148ea695ce06fee768abe7b44)
This commit is contained in:
@@ -14,3 +14,5 @@ symbian {
|
||||
TARGET.UID3 = 0xA000D7C0
|
||||
CONFIG += qt_example
|
||||
}
|
||||
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
||||
maemo5: warning(This example might not fully work on Maemo platform)
|
||||
|
||||
@@ -49,7 +49,11 @@ int main(int argv, char **args)
|
||||
app.setApplicationName("Audio Output Test");
|
||||
|
||||
AudioTest audio;
|
||||
#if defined(Q_OS_SYMBIAN)
|
||||
audio.showMaximized();
|
||||
#else
|
||||
audio.show();
|
||||
#endif
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user