qtmobility/examples/quickstart/main.cpp
changeset 11 06b8e2af4411
parent 5 453da2cfceef
equal deleted inserted replaced
8:71781823f776 11:06b8e2af4411
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the Qt Mobility Components.
     7 ** This file is part of the Qt Mobility Components.
     8 **
     8 **
    40 
    40 
    41 //! [0]
    41 //! [0]
    42 #include <QApplication>
    42 #include <QApplication>
    43 #include <QLabel>
    43 #include <QLabel>
    44 
    44 
    45 #ifdef Q_OS_SYMBIAN
       
    46 #include <qsysteminfo.h>
       
    47 #else
       
    48 #include <QSystemInfo> //(1)
    45 #include <QSystemInfo> //(1)
    49 #endif
       
    50 
    46 
    51 QTM_USE_NAMESPACE //(2)
    47 QTM_USE_NAMESPACE //(2)
    52 
    48 
    53 int main(int argc, char *argv[])
    49 int main(int argc, char *argv[])
    54 {
    50 {