First check-in of the Qtopia build system. See qtopia-build/README.
[quassel.git] / src / qtopia / main.cpp
diff --git a/src/qtopia/main.cpp b/src/qtopia/main.cpp
new file mode 100644 (file)
index 0000000..0d113bf
--- /dev/null
@@ -0,0 +1,19 @@
+/****************************************************************************
+**
+** Copyright (C) 2000-$THISYEAR$ $TROLLTECH$. All rights reserved.
+**
+** This file is part of the $MODULE$ of the Qtopia Toolkit.
+**
+** $TROLLTECH_DUAL_LICENSE$
+**
+** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+**
+****************************************************************************/
+
+#include "example.h"
+#include <qtopia/qtopiaapplication.h>
+
+QTOPIA_ADD_APPLICATION("example", Example)
+QTOPIA_MAIN
+