Skip to content

Commit fdaa3d9

Browse files
committed
nomake tools
1 parent be666ca commit fdaa3d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ ${QT_SRC_DIR}:
143143
@echo "#########################"
144144
@echo ""
145145
$(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"
146+
#cp patch/qttools-src.pro "${QT_SRC_DIR}/qttools/src/src.pro"
147147

148148
.PHONY: src
149149
src: ${QT_SRC_DIR}
@@ -177,6 +177,7 @@ qt: ${QT_SRC_DIR} ${PLATFORM_QT_DEPS}
177177
-no-sql-tds \
178178
-nomake tests \
179179
-nomake examples \
180+
-nomake tools \
180181
-skip qtwebengine \
181182
-skip qt3d \
182183
-skip qtcanvas3d \

0 commit comments

Comments
 (0)