~ubuntuone-hackers/clickmanager-plugin/trunk

« back to all changes in this revision

Viewing changes to tests/tests.pro

  • Committer: Tarmac
  • Author(s): Diego Sarmentero
  • Date: 2013-09-26 19:40:06 UTC
  • mfrom: (5.2.17 sign-url)
  • Revision ID: tarmac-20130926194006-z10d54ghcu2ppqdt
- Support signed url.
- Improve error handling. Fixes: https://bugs.launchpad.net/bugs/1231144, https://bugs.launchpad.net/bugs/1231146.

Approved by PS Jenkins bot, Alejandro J. Cura.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
QT       += core qml quick network testlib dbus
 
1
QT       += core qml quick network testlib dbus xml
2
2
 
3
3
QT       -= gui
4
4
 
25
25
    fakeprocess.cpp \
26
26
    ../src/download/download_struct.cpp \
27
27
    ../src/download/group_download_struct.cpp \
28
 
    ../src/download/hash_algorithm.cpp
 
28
    ../src/download/hash_algorithm.cpp \
 
29
    fakessoservice.cpp
29
30
 
30
31
HEADERS += \
31
32
    ../src/clickmanager_plugin.h \
44
45
    fakeprocess.h \
45
46
    ../src/download/download_struct.h \
46
47
    ../src/download/group_download_struct.h \
47
 
    ../src/download/hash_algorithm.h
 
48
    ../src/download/hash_algorithm.h \
 
49
    fakessoservice.h
48
50
 
49
 
LIBS += -lapt-pkg
 
51
QMAKE_CXXFLAGS += -I /usr/include/ubuntuoneauth-2.0 -I /usr/include/signon-qt5 -I /usr/include/accounts-qt5
 
52
LIBS += -lapt-pkg -lubuntuoneauth-2.0 -lsignon-qt5 -laccounts-qt5
50
53
INCLUDEPATH += ../src/
51
54
 
52
55
DEFINES += SRCDIR=\\\"$$PWD/\\\"