summaryrefslogtreecommitdiff
path: root/noncore/net/opie-smb/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/opie-smb/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opie-smb/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/net/opie-smb/main.cpp b/noncore/net/opie-smb/main.cpp
new file mode 100644
index 0000000..5fae972
--- a/dev/null
+++ b/noncore/net/opie-smb/main.cpp
@@ -0,0 +1,6 @@
+#include "qsmb.h"
+#include <opie2/oapplicationfactory.h>
+using namespace Opie::Core;
+OPIE_EXPORT_APP( OApplicationFactory<Qsmb> )
+
+