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