First check-in of the Qtopia build system. See qtopia-build/README.
[quassel.git] / src / qtopia / main.cpp
1 /****************************************************************************
2 **
3 ** Copyright (C) 2000-$THISYEAR$ $TROLLTECH$. All rights reserved.
4 **
5 ** This file is part of the $MODULE$ of the Qtopia Toolkit.
6 **
7 ** $TROLLTECH_DUAL_LICENSE$
8 **
9 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
10 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
11 **
12 ****************************************************************************/
13
14 #include "example.h"
15 #include <qtopia/qtopiaapplication.h>
16
17 QTOPIA_ADD_APPLICATION("example", Example)
18 QTOPIA_MAIN
19