aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/dummy.hxx
blob: e35625a1b8ff9db6d004dce7bcabf469095de1f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 ();
  }
}