~mardy/signon-ui/ignore-ssl-errors

« back to all changes in this revision

Viewing changes to src/signon-ui.pro

  • Committer: Alberto Mardegan
  • Date: 2013-05-10 14:41:34 UTC
  • mfrom: (85.1.11 trunk)
  • Revision ID: alberto.mardegan@canonical.com-20130510144134-vnyb2ohem41r5ere
Update from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    webkit
20
20
 
21
21
PKGCONFIG += \
22
 
    accounts-qt \
23
22
    signon-plugins-common \
24
23
    libnotify \
25
 
    libproxy-1.0 \
26
 
    libsignon-qt
 
24
    libproxy-1.0
 
25
 
 
26
lessThan(QT_MAJOR_VERSION, 5) {
 
27
    PKGCONFIG += \
 
28
        accounts-qt \
 
29
        libsignon-qt
 
30
} else {
 
31
    QT += \
 
32
        webkitwidgets \
 
33
        widgets
 
34
    PKGCONFIG += \
 
35
        accounts-qt5 \
 
36
        libsignon-qt5
 
37
    CONFIG(force-foreign-qwindow) {
 
38
        DEFINES += FORCE_FOREIGN_QWINDOW
 
39
    }
 
40
}
27
41
 
28
42
HEADERS = \
29
43
    animation-label.h \
65
79
    SOURCES += embed-manager.cpp
66
80
}
67
81
 
 
82
CONFIG(use-webkit2) {
 
83
    DEFINES += USE_WEBKIT2
 
84
    HEADERS += \
 
85
        remote-request-interface.h \
 
86
        remote-request.h
 
87
    SOURCES += \
 
88
        remote-request-interface.cpp \
 
89
        remote-request.cpp
 
90
}
 
91
 
68
92
DEFINES += \
69
93
    DEBUG_ENABLED \
 
94
    REMOTE_PROCESS_PATH=\\\"$${INSTALL_PREFIX}/libexec/signon-ui\\\" \
70
95
    I18N_DOMAIN=\\\"$${I18N_DOMAIN}\\\"
71
96
 
72
97
RESOURCES += animationlabel.qrc