Skip to content

Commit

Permalink
nomake tools
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r committed Mar 5, 2019
1 parent be666ca commit fdaa3d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ ${QT_SRC_DIR}:
@echo "#########################"
@echo ""
$(call download_extract,${QT_SRC_URL},${QT_SRC_FILE},${QT_SRC_MD5})
cp patch/qttools-src.pro "${QT_SRC_DIR}/qttools/src/src.pro"
#cp patch/qttools-src.pro "${QT_SRC_DIR}/qttools/src/src.pro"

.PHONY: src
src: ${QT_SRC_DIR}
Expand Down Expand Up @@ -177,6 +177,7 @@ qt: ${QT_SRC_DIR} ${PLATFORM_QT_DEPS}
-no-sql-tds \
-nomake tests \
-nomake examples \
-nomake tools \
-skip qtwebengine \
-skip qt3d \
-skip qtcanvas3d \
Expand Down

0 comments on commit fdaa3d9

Please sign in to comment.