equal
deleted
inserted
replaced
59 |
59 |
60 # directories |
60 # directories |
61 DESTDIR = $${HB_BUILD_DIR}/bin |
61 DESTDIR = $${HB_BUILD_DIR}/bin |
62 |
62 |
63 # headers and sources from hbcore |
63 # headers and sources from hbcore |
|
64 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbhash_p.h |
64 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbmemorymanager_p.h |
65 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbmemorymanager_p.h |
65 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbsharedmemorymanager_p.h |
66 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbsharedmemorymanager_p.h |
66 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbvector_p.h |
67 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbvector_p.h |
67 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbvariant_p.h |
68 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbvariant_p.h |
68 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbstring_p.h |
69 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbstring_p.h |
73 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbsharedcache_p.h |
74 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbsharedcache_p.h |
74 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbmemoryutils_p.h |
75 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbmemoryutils_p.h |
75 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbthemeperf_p.h |
76 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbthemeperf_p.h |
76 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/theme/hbthemecommon_p.h |
77 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/theme/hbthemecommon_p.h |
77 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/cssparser/hbcssparser_p.h |
78 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/cssparser/hbcssparser_p.h |
|
79 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/cssparser/hbexpressionparser_p.h |
|
80 |
78 |
81 |
79 #memory manager source dependencies |
82 #memory manager source dependencies |
|
83 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/core/hbhash_p.cpp |
80 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/core/hbmemorymanager_p.cpp |
84 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/core/hbmemorymanager_p.cpp |
81 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/core/hbsharedmemorymanager_p.cpp |
85 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/core/hbsharedmemorymanager_p.cpp |
82 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/core/hbsplaytreeallocator_p.cpp |
86 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/core/hbsplaytreeallocator_p.cpp |
83 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/core/hbmultisegmentallocator_p.cpp |
87 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/core/hbmultisegmentallocator_p.cpp |
84 |
88 |
88 |
92 |
89 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/core/hbsharedcache.cpp |
93 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/core/hbsharedcache.cpp |
90 |
94 |
91 # css parser source dependencies |
95 # css parser source dependencies |
92 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/cssparser/hbcssparser_p.cpp |
96 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/cssparser/hbcssparser_p.cpp |
|
97 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/cssparser/hbexpressionparser_p.cpp |
93 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/cssparser/hblayeredstyleloader_p.cpp |
98 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/cssparser/hblayeredstyleloader_p.cpp |
94 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/cssparser/hbwidgetstyleloader_p.cpp |
99 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/cssparser/hbwidgetstyleloader_p.cpp |
95 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/cssparser/hbstyleselector_p.cpp |
100 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/cssparser/hbstyleselector_p.cpp |
96 |
101 |
97 # widgetml parsing. |
102 # widgetml parsing. |
100 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/utils/hbwidgetloadersyntax_p.cpp |
105 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/utils/hbwidgetloadersyntax_p.cpp |
101 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/utils/hbxmlloaderbaseactions_p.cpp |
106 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/utils/hbxmlloaderbaseactions_p.cpp |
102 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/utils/hbxmlloaderabstractsyntax_p.cpp |
107 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/utils/hbxmlloaderabstractsyntax_p.cpp |
103 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/utils/hbxmlloaderbasesyntax_p.cpp |
108 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/utils/hbxmlloaderbasesyntax_p.cpp |
104 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/utils/hbxmlloaderabstractactions_p.cpp |
109 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/utils/hbxmlloaderabstractactions_p.cpp |
|
110 |
|
111 # layout parameters |
|
112 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/core/hblayoutparameters.cpp |
105 |
113 |
106 DEFINES += HB_BOOTSTRAPPED |
114 DEFINES += HB_BOOTSTRAPPED |
107 DEFINES += HB_BIN_CSS |
115 DEFINES += HB_BIN_CSS |
108 DEFINES -= HB_GESTURE_FW |
116 DEFINES -= HB_GESTURE_FW |
109 DEFINES -= HB_CSS_INSPECTOR |
117 DEFINES -= HB_CSS_INSPECTOR |