13 # |
13 # |
14 # Description: |
14 # Description: |
15 # |
15 # |
16 |
16 |
17 PLATFORM_HEADERS += $$PWD/cpglobal.h \ |
17 PLATFORM_HEADERS += $$PWD/cpglobal.h \ |
18 $$PWD/cpplugininterface.h \ |
18 $$PWD/cpbasepath.h \ |
19 $$PWD/cppluginplatinterface.h \ |
19 $$PWD/cpplugininterface.h \ |
20 $$PWD/cpsettingformitemdata.h \ |
20 $$PWD/cppluginplatinterface.h \ |
21 $$PWD/cppluginlauncher.h \ |
21 $$PWD/cpsettingformitemdata.h \ |
22 $$PWD/cpbasesettingview.h \ |
22 $$PWD/cppluginlauncher.h \ |
23 $$PWD/cpitemdatahelper.h \ |
23 $$PWD/cpbasesettingview.h \ |
24 $$PWD/cpsettingformentryitemdata.h \ |
24 $$PWD/cpitemdatahelper.h \ |
25 $$PWD/cpsettingformentryitemdataimpl.h \ |
25 $$PWD/cpsettingformentryitemdata.h \ |
26 $$PWD/cppluginloader.h \ |
26 $$PWD/cpsettingformentryitemdataimpl.h \ |
27 $$PWD/logger.h \ |
27 $$PWD/cppluginloader.h \ |
28 $$PWD/loggerglobal.h \ |
28 $$PWD/logger.h \ |
29 $$PWD/logoutput.h \ |
29 $$PWD/loggerglobal.h \ |
30 $$PWD/logoutputfactory.h \ |
30 $$PWD/logoutput.h \ |
31 $$PWD/cplogger.h \ |
31 $$PWD/logoutputfactory.h \ |
32 $$PWD/cppluginutility.h |
32 $$PWD/cplogger.h \ |
33 |
33 $$PWD/cppluginutility.h \ |
|
34 $$PWD/cplauncherinterface.h |
|
35 |
34 HEADERS += $$PLATFORM_HEADERS |
36 HEADERS += $$PLATFORM_HEADERS |