aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/squish/CMakeLists.txt
blob: 9ff534c19d8cde007f6b8ff083ee95d18062eee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
add_qtc_plugin(Squish
  PLUGIN_DEPENDS
    Core Debugger ProjectExplorer TextEditor
  DEPENDS ExtensionSystem Utils
  SOURCES
    deletesymbolicnamedialog.cpp deletesymbolicnamedialog.h
    objectsmapdocument.cpp objectsmapdocument.h
    objectsmapeditor.cpp objectsmapeditor.h
    objectsmapeditorwidget.cpp objectsmapeditorwidget.h
    objectsmaptreeitem.cpp objectsmaptreeitem.h
    opensquishsuitesdialog.cpp opensquishsuitesdialog.h
    propertyitemdelegate.cpp propertyitemdelegate.h
    propertytreeitem.cpp propertytreeitem.h
    scripthelper.cpp scripthelper.h
    squish.qrc
    squishfilehandler.cpp squishfilehandler.h
    squishnavigationwidget.cpp squishnavigationwidget.h
    squishoutputpane.cpp squishoutputpane.h
    squishperspective.cpp squishperspective.h
    squishplugin.cpp squishplugin.h
    squishresultmodel.cpp squishresultmodel.h
    squishsettings.cpp squishsettings.h
    squishtesttreemodel.cpp squishtesttreemodel.h
    squishtesttreeview.cpp squishtesttreeview.h
    squishtools.cpp squishtools.h
    squishtr.h
    squishwizardpages.cpp squishwizardpages.h
    squishxmloutputhandler.cpp squishxmloutputhandler.h
    suiteconf.cpp suiteconf.h
    symbolnameitemdelegate.cpp symbolnameitemdelegate.h
    testresult.cpp testresult.h
)