summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/main.cpp b/noncore/apps/opie-console/main.cpp
new file mode 100644
index 0000000..7594174
--- a/dev/null
+++ b/noncore/apps/opie-console/main.cpp
@@ -0,0 +1,5 @@
+#include <qpe/qpeapplication.h>
+
+int main(int argc, char **argv) {
+ return 0;
+}