aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/dummy.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-03-30 15:54:26 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-03-30 15:54:26 +0200
commitf43df635ef3efbb9ac242024c95c5949fb21a919 (patch)
treede66ab4a791d315abc51a733f00ff35264586108 /odb/qt/dummy.hxx
parent8ffecc252dba12e7208ea25c654e198151217dd7 (diff)
Add code for Qt profile dist build
Diffstat (limited to 'odb/qt/dummy.hxx')
-rw-r--r--odb/qt/dummy.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/odb/qt/dummy.hxx b/odb/qt/dummy.hxx
new file mode 100644
index 0000000..e35625a
--- /dev/null
+++ b/odb/qt/dummy.hxx
@@ -0,0 +1,12 @@
+// Force compilation and creation of libodb-qt library for now.
+//
+#include <QString>
+#include <odb/qt/details/export.hxx>
+
+namespace odb
+{
+ namespace qt
+ {
+ LIBODB_QT_EXPORT QString dummy ();
+ }
+}