X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtopia%2Fmain.cpp;fp=src%2Fqtopia%2Fmain.cpp;h=0d113bfe42bd06550e77b2a291127dd29cfe8e41;hb=de9a7ec6b70c796182e0a7992aa380a58b954b94;hp=0000000000000000000000000000000000000000;hpb=48151f63e7f953bf07828be39ba314095c472c74;p=quassel.git diff --git a/src/qtopia/main.cpp b/src/qtopia/main.cpp new file mode 100644 index 00000000..0d113bfe --- /dev/null +++ b/src/qtopia/main.cpp @@ -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_ADD_APPLICATION("example", Example) +QTOPIA_MAIN +