14 # |
14 # |
15 # Description: cpframework source files |
15 # Description: cpframework source files |
16 # |
16 # |
17 |
17 |
18 HEADERS += src/cpbasepath.h \ |
18 HEADERS += src/cpbasepath.h \ |
19 src/cputility.h \ |
|
20 src/cpviewlauncher.h \ |
19 src/cpviewlauncher.h \ |
21 src/cppluginloader.h \ |
|
22 src/cppluginconfig.h \ |
|
23 src/cppluginconfigreader.h \ |
|
24 src/cpbasesettingview_p.h \ |
20 src/cpbasesettingview_p.h \ |
25 src/cpwatchdog.h \ |
21 src/cpwatchdog.h \ |
|
22 src/cputility.h \ |
26 src/cpdataformviewitem.h |
23 src/cpdataformviewitem.h |
27 #src/cpitemdatahelper.h |
|
28 |
24 |
29 SOURCES += src/cputility.cpp \ |
25 SOURCES += src/cppluginlauncher.cpp \ |
30 src/cppluginlauncher.cpp \ |
|
31 src/cpviewlauncher.cpp \ |
26 src/cpviewlauncher.cpp \ |
32 src/cppluginloader.cpp \ |
27 src/cppluginloader.cpp \ |
33 src/cppluginconfig.cpp \ |
|
34 src/cppluginconfigreader.cpp \ |
|
35 src/cpsettingformentryitemdata.cpp \ |
28 src/cpsettingformentryitemdata.cpp \ |
36 src/cpsettingformitemdata.cpp \ |
29 src/cpsettingformitemdata.cpp \ |
37 src/cpcategorysettingformmodel.cpp \ |
|
38 src/cpcategorysettingformitemdata.cpp \ |
|
39 src/cpbasesettingview.cpp \ |
30 src/cpbasesettingview.cpp \ |
40 src/cpbasesettingview_p.cpp \ |
31 src/cpbasesettingview_p.cpp \ |
41 src/cpwatchdog.cpp \ |
32 src/cpwatchdog.cpp \ |
42 src/cpdataformviewitem.cpp \ |
33 src/cpdataformviewitem.cpp \ |
43 src/cpitemdatahelper.cpp |
34 src/cpitemdatahelper.cpp \ |
|
35 src/cputility.cpp \ |
|
36 src/cppluginutility.cpp |