~robert-ancell/lightdm/unity-sys-comp-release-vt

« back to all changes in this revision

Viewing changes to liblightdm-qt/greeter.cpp

  • Committer: Michael Terry
  • Date: 2013-02-06 14:08:25 UTC
  • mto: (1576.1.12 trunk)
  • mto: This revision was merged to the branch mainline in revision 1586.
  • 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:
252
252
    return QString::fromUtf8(lightdm_get_hostname());
253
253
}
254
254
 
255
 
#include "greeter_moc.cpp"
 
255
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
 
256
#include "greeter_moc5.cpp"
 
257
#else
 
258
#include "greeter_moc4.cpp"
 
259
#endif