~zsombi/ubuntu-ui-toolkit/03-styleditem-styleset

« back to all changes in this revision

Viewing changes to tests/unit_x11/tst_subtheming/tst_subtheming.pro

  • Committer: Zsombor Egri
  • Date: 2015-03-12 20:52:56 UTC
  • mfrom: (1434.1.17 02-styleset)
  • Revision ID: zsombor.egri@canonical.com-20150312205256-j40z8x4ahlju4rtn
prereq sync, StyleSet renamed to theme

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include(../test-include.pri)
2
2
QT += core-private qml-private quick-private gui-private
3
 
SOURCES += tst_styleset.cpp
 
3
SOURCES += tst_subtheming.cpp
4
4
 
5
5
OTHER_FILES += \
6
6
    TestStyle.qml \
16
16
    ParentChanges.qml \
17
17
    TestMain.qml \
18
18
    TestStyleChange.qml \
19
 
    DifferentStylesets.qml
 
19
    DifferentThemes.qml
20
20