~robert-ancell/lightdm/private-mir-connection-merge

« back to all changes in this revision

Viewing changes to liblightdm-qt/usersmodel.cpp

  • Committer: Michael Terry
  • Date: 2013-02-06 14:08:25 UTC
  • mto: This revision was merged to the branch mainline in revision 1588.
  • Revision ID: michael.terry@canonical.com-20130206140825-ukfrhafpofnzlq0j
initial build support for Qt5

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
}
242
242
 
243
243
 
244
 
#include "usersmodel_moc.cpp"
 
244
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
 
245
#include "usersmodel_moc5.cpp"
 
246
#else
 
247
#include "usersmodel_moc4.cpp"
 
248
#endif