mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
14 lines
581 B
Diff
14 lines
581 B
Diff
diff --git frontend_qt/CMakeLists.txt frontend_qt/CMakeLists.txt
|
|
index 04988e7..58fa1b0 100644
|
|
--- frontend_qt/CMakeLists.txt
|
|
+++ frontend_qt/CMakeLists.txt
|
|
@@ -24,7 +24,7 @@ endif()
|
|
# grpC16k.ui grpChannel.ui grpDBExtend.ui grpITF14.ui grpPDF417.ui grpUPCEAN.ui
|
|
# grpC25.ui grpCodabar.ui grpDM.ui grpMaxicode.ui grpQR.ui grpUPNQR.ui
|
|
|
|
-if(APPLE)
|
|
+if(FALSE)
|
|
# https://doc.qt.io/qt-5/appicon.html
|
|
set(MACOSX_BUNDLE_ICON_FILE zint-qt.icns)
|
|
set(APP_ICON_MACOSX "${CMAKE_CURRENT_SOURCE_DIR}/zint-qt.icns")
|