controlpanelplugins/themeplugin/tsrc/unit/unittest_cpthemecontrol/unittest_cpthemecontrol.pro
changeset 33 0cfa53de576f
parent 11 10d0dd0e43f1
equal deleted inserted replaced
29:313976a11e23 33:0cfa53de576f
    35 
    35 
    36 # Input
    36 # Input
    37 
    37 
    38 HEADERS += ../../../src/cpthemecontrol.h
    38 HEADERS += ../../../src/cpthemecontrol.h
    39 HEADERS += ../../../src/cpthemechanger.h
    39 HEADERS += ../../../src/cpthemechanger.h
    40 HEADERS += ../../../src/cpthemechanger_p.h
       
    41 HEADERS += ../../../src/cpthemeclient_p.h
       
    42 symbian::HEADERS += ../../../src/cpthemeclientsymbian_p.h
       
    43 win32::HEADERS += ../../../src/cpplugins/themeplugin/src/cpthemeclientqt_p.h
       
    44 HEADERS += ../../../src/cpthemelistview.h
    40 HEADERS += ../../../src/cpthemelistview.h
    45 HEADERS += ../../../src/cpthemepreview.h
    41 HEADERS += ../../../src/cpthemeutil.h
       
    42 HEADERS += ../../../src/cpthemeinfo.h
       
    43 HEADERS += ../../../src/cpthemelistmodel.h
    46 SOURCES += unittest_cpthemecontrol.cpp
    44 SOURCES += unittest_cpthemecontrol.cpp
    47 SOURCES += ../../../src/cpthemecontrol.cpp
    45 SOURCES += ../../../src/cpthemecontrol.cpp
    48 SOURCES += ../../../src/cpthemechanger.cpp
    46 SOURCES += ../../../src/cpthemechanger.cpp
    49 SOURCES += ../../../src/cpthemechanger_p.cpp
    47 SOURCES += ../../../src/cpthemeinfo.cpp
    50 SOURCES += ../../../src/cpthemeclient_p.cpp
    48 SOURCES += ../../../src/cpthemeutil.cpp
    51 symbian::SOURCES += ../../../src/cpthemeclientsymbian_p.cpp
    49 SOURCES += ../../../src/cpthemelistmodel.cpp
    52 win32::SOURCES += ../../../src/cpplugins/themeplugin/src/cpthemeclientqt_p.cpp
       
    53 SOURCES += ../../../src/cpthemelistview.cpp
    50 SOURCES += ../../../src/cpthemelistview.cpp
    54 SOURCES += ../../../src/cpthemepreview.cpp