We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be666ca commit fdaa3d9Copy full SHA for fdaa3d9
Makefile
@@ -143,7 +143,7 @@ ${QT_SRC_DIR}:
143
@echo "#########################"
144
@echo ""
145
$(call download_extract,${QT_SRC_URL},${QT_SRC_FILE},${QT_SRC_MD5})
146
- cp patch/qttools-src.pro "${QT_SRC_DIR}/qttools/src/src.pro"
+ #cp patch/qttools-src.pro "${QT_SRC_DIR}/qttools/src/src.pro"
147
148
.PHONY: src
149
src: ${QT_SRC_DIR}
@@ -177,6 +177,7 @@ qt: ${QT_SRC_DIR} ${PLATFORM_QT_DEPS}
177
-no-sql-tds \
178
-nomake tests \
179
-nomake examples \
180
+ -nomake tools \
181
-skip qtwebengine \
182
-skip qt3d \
183
-skip qtcanvas3d \
0 commit comments