~ubuntu-sdk-team/ubuntu-ui-toolkit/staging

« back to all changes in this revision

Viewing changes to src/Ubuntu/UbuntuToolkit/UbuntuToolkit.pro

  • Committer: Tarmac
  • Author(s): Zsombor Egri
  • Date: 2016-03-01 14:27:19 UTC
  • mfrom: (1857.3.15 asyncLoader)
  • Revision ID: tarmac-20160301142719-1c5e2rxnciikqi76
Asynchronous loader (AsyncLoader) using incubator, prerequisite for BottomEdge preloading its content. Fixes: https://bugs.launchpad.net/bugs/1540454.

Approved by ubuntu-sdk-build-bot, Benjamin Zeller.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
HEADERS += \ 
16
16
    colorutils.h \
17
17
    ubuntutoolkitglobal.h \
18
 
    tree.h
 
18
    tree.h \
 
19
    asyncloader.h \
 
20
    asyncloader_p.h
19
21
 
20
22
SOURCES += \ 
21
23
    colorutils.cpp \
22
 
    tree.cpp
 
24
    tree.cpp \
 
25
    asyncloader.cpp