~mandel/ubuntu-download-manager/remove-shared-process-factory

« back to all changes in this revision

Viewing changes to libubuntudownloadmanager/libubuntudownloadmanager.pro

  • Committer: Tarmac
  • Author(s): Manuel de la Pena
  • Date: 2013-11-21 12:06:12 UTC
  • mfrom: (148.13.24 keep-track-of-states)
  • Revision ID: tarmac-20131121120612-s3xcba5yvun01q6u
Keep track of the state in the state machine so that tests are easier to perform.

Approved by PS Jenkins bot, Mike McCracken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    system/application.cpp \
40
40
    system/apparmor.cpp \
41
41
    system/network_reply.cpp \
42
 
    system/dbus_proxy.cpp
 
42
    system/dbus_proxy.cpp \
 
43
    downloads/state_machines/final_state.cpp \
 
44
    downloads/state_machines/state.cpp
43
45
 
44
46
HEADERS +=\
45
47
    app-downloader-lib_global.h \
73
75
    system/apparmor.h \
74
76
    system/network_reply.h \
75
77
    system/dbus_proxy.h \
76
 
    metatypes.h
 
78
    metatypes.h \
 
79
    downloads/state_machines/final_state.h \
 
80
    downloads/state_machines/state.h
77
81
 
78
82
OTHER_FILES += \
79
83
    generate_adaptors.sh \