summaryrefslogtreecommitdiff
path: root/noncore/net/opie-smb/main.cpp
Unidiff
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 @@
1#include "qsmb.h"
2#include <opie2/oapplicationfactory.h>
3using namespace Opie::Core;
4OPIE_EXPORT_APP( OApplicationFactory<Qsmb> )
5
6