~mardy/signon-ui/lp1111507

« back to all changes in this revision

Viewing changes to tests/unit/unit.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:
34
34
    $$TOP_SRC_DIR/src/debug.cpp \
35
35
    $$TOP_SRC_DIR/src/dialog-request.cpp \
36
36
    $$TOP_SRC_DIR/src/dialog.cpp \
37
 
    $$TOP_SRC_DIR/src/embed-manager.cpp \
38
37
    $$TOP_SRC_DIR/src/i18n.cpp \
39
38
    $$TOP_SRC_DIR/src/indicator-service.cpp \
40
39
    $$TOP_SRC_DIR/src/network-access-manager.cpp \
51
50
    $$TOP_SRC_DIR/src/cookie-jar-manager.h \
52
51
    $$TOP_SRC_DIR/src/dialog-request.h \
53
52
    $$TOP_SRC_DIR/src/dialog.h \
54
 
    $$TOP_SRC_DIR/src/embed-manager.h \
55
53
    $$TOP_SRC_DIR/src/indicator-service.h \
56
54
    $$TOP_SRC_DIR/src/network-access-manager.h \
57
55
    $$TOP_SRC_DIR/src/reauthenticator.h \
58
56
    $$TOP_SRC_DIR/src/request.h \
59
57
    $$TOP_SRC_DIR/src/webcredentials_adaptor.h
 
58
 
 
59
lessThan(QT_MAJOR_VERSION, 5) {
 
60
    SOURCES += $$TOP_SRC_DIR/src/embed-manager.cpp
 
61
    HEADERS += $$TOP_SRC_DIR/src/embed-manager.h
 
62
}
 
63
 
60
64
INCLUDEPATH += \
61
65
    . \
62
66
    $$TOP_SRC_DIR/src