43 Star 359 Fork 51

GVPdeepin-community/deepin-IDE

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
rules 693 Bytes
Copy Edit Raw Blame History
luzhen authored 2025-04-22 17:30 +08:00 . chore:Merge from qt6.8 branch (#1106)
#!/usr/bin/make -f
include /usr/share/dpkg/default.mk
export QT_SELECT=5
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
define detect_qt_version
ifneq (,$(shell which qmake6 2>/dev/null))
QT_DIR="/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6"
else
QT_DIR="/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt5"
endif
endef
$(eval $(call detect_qt_version))
%:
dh $@ --parallel
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DVERSION=$(PACK_VER) \
-DQT_DIR=$(QT_DIR) \
-DAPP_VERSION=$(DEB_VERSION_UPSTREAM) -DVERSION=$(DEB_VERSION_UPSTREAM) LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deepin-community/deepin-IDE.git
git@gitee.com:deepin-community/deepin-IDE.git
deepin-community
deepin-IDE
deepin-IDE
master

Search