~mardy/signon-ui/lp1111507

« back to all changes in this revision

Viewing changes to src/src.pro

  • Committer: Alberto Mardegan
  • Date: 2012-11-13 10:12:54 UTC
  • mfrom: (66.3.5 qt5)
  • Revision ID: alberto.mardegan@canonical.com-20121113101254-w1lhs320r1x6iqta
Allow building with Qt5

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    debug.h \
32
32
    dialog-request.h \
33
33
    dialog.h \
34
 
    embed-manager.h \
35
34
    errors.h \
36
35
    i18n.h \
37
36
    indicator-service.h \
48
47
    debug.cpp \
49
48
    dialog-request.cpp \
50
49
    dialog.cpp \
51
 
    embed-manager.cpp \
52
50
    i18n.cpp \
53
51
    indicator-service.cpp \
54
52
    main.cpp \
59
57
    service.cpp \
60
58
    webcredentials_interface.cpp
61
59
 
 
60
lessThan(QT_MAJOR_VERSION, 5) {
 
61
    HEADERS += embed-manager.h
 
62
    SOURCES += embed-manager.cpp
 
63
}
 
64
 
62
65
DEFINES += \
63
66
    DEBUG_ENABLED \
64
67
    I18N_DOMAIN=\\\"$${I18N_DOMAIN}\\\"