~andrew-haigh-b/cdts/whitelist

« back to all changes in this revision

Viewing changes to plainbox-gui/gui-ihv/gui-ihv.pro

  • Committer: Daniel Manrique
  • Date: 2013-07-11 15:20:37 UTC
  • mfrom: (2230.1.4 ui_work)
  • Revision ID: roadmr@ubuntu.com-20130711152037-803zlrrft102oqxj
Merged initial UI work branch by Julia Segal

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
# Additional import path used to resolve QML modules in Creator's code model
27
27
QML_IMPORT_PATH =
28
28
 
29
 
SOURCES += main.cpp
 
29
SOURCES += main.cpp \
 
30
    testsuiteitem.cpp
30
31
 
31
32
# Please do not modify the following two lines. Required for deployment.
32
33
include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
33
34
qtcAddDeployment()
34
35
 
 
36
HEADERS += \
 
37
    testsuiteitem.h
 
38