controlpanelplugins/themeplugin/tsrc/unit/unittest_cpthemepluginentryitemdata/unittest_cpthemepluginentryitemdata.pro
changeset 40 593f946f4fec
parent 11 10d0dd0e43f1
equal deleted inserted replaced
22:a5692c68d772 40:593f946f4fec
    32 symbian::TARGET.UID3=0x2002DD2E
    32 symbian::TARGET.UID3=0x2002DD2E
    33 
    33 
    34 
    34 
    35 # Input
    35 # Input
    36 
    36 
       
    37 HEADERS += ../../../src/cpthemeinfo.h
       
    38 HEADERS += ../../../src/cpthemeutil.h
       
    39 HEADERS += ../../../src/cpthemelistmodel.h
    37 HEADERS += ../../../src/cpthemecontrol.h
    40 HEADERS += ../../../src/cpthemecontrol.h
    38 HEADERS += ../../../src/cpthemelistview.h
    41 HEADERS += ../../../src/cpthemelistview.h
    39 HEADERS += ../../../src/cpthemechanger.h
    42 HEADERS += ../../../src/cpthemechanger.h
    40 HEADERS += ../../../src/cpthemepreview.h
       
    41 HEADERS += ../../../src/cpthemechanger_p.h
       
    42 HEADERS += ../../../src/cpthemeclient_p.h
       
    43 win32::HEADERS += ../../../src/cpplugins/themeplugin/src/cpthemeclientqt_p.h
       
    44 symbian::HEADERS += ../../../src/cpthemeclientsymbian_p.h
       
    45 HEADERS += ../../../src/cpthemepluginentryitemdata.h
    43 HEADERS += ../../../src/cpthemepluginentryitemdata.h
    46 SOURCES += unittest_cpthemepluginentryitemdata.cpp
    44 SOURCES += unittest_cpthemepluginentryitemdata.cpp
    47 SOURCES += ../../../src/cpthemepluginentryitemdata.cpp
    45 SOURCES += ../../../src/cpthemepluginentryitemdata.cpp
    48 SOURCES += ../../../src/cpthemelistview.cpp
    46 SOURCES += ../../../src/cpthemelistview.cpp
    49 SOURCES += ../../../src/cpthemecontrol.cpp
    47 SOURCES += ../../../src/cpthemecontrol.cpp
    50 SOURCES += ../../../src/cpthemepreview.cpp
       
    51 SOURCES += ../../../src/cpthemechanger.cpp
    48 SOURCES += ../../../src/cpthemechanger.cpp
    52 SOURCES += ../../../src/cpthemechanger_p.cpp
    49 SOURCES += ../../../src/cpthemeinfo.cpp
    53 SOURCES += ../../../src/cpthemeclient_p.cpp
    50 SOURCES += ../../../src/cpthemeutil.cpp
    54 win32::SOURCES += ../../../src/cpplugins/themeplugin/src/cpthemeclientqt_p.cpp
    51 SOURCES += ../../../src/cpthemelistmodel.cpp
    55 symbian::SOURCES += ../../../src/cpthemeclientsymbian_p.cpp
       
    56 
    52