Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
35 lines
695 B
Diff
35 lines
695 B
Diff
--- a/qtgui/recoll.pro.in
|
|
+++ b/qtgui/recoll.pro.in
|
|
@@ -192,7 +192,7 @@
|
|
}
|
|
}
|
|
|
|
-macx:macxbundlebuild() {
|
|
+if (false) {
|
|
QCBUILDLOC=Qt_6_7_3_for_macOS
|
|
RECOLLDEPS = $$PWD/../../..
|
|
QMAKE_APPLE_DEVICE_ARCHS = x86_64 arm64
|
|
@@ -402,7 +402,7 @@
|
|
QMAKE_BUNDLE_DATA = APP_EXAMPLES APP_EXAMPLES_MAC APP_FILTERS APP_IMAGES APP_DOC
|
|
}
|
|
|
|
-unix:!macxbundlebuild() {
|
|
+unix {
|
|
|
|
VPATH = @srcdir@
|
|
# For SingleApplication
|
|
@@ -425,6 +425,13 @@
|
|
SOURCES += crontool.cpp \
|
|
rtitool.cpp
|
|
|
|
+ macxbundlebuild() {
|
|
+ SOURCES += ../utils/closefrom.cpp \
|
|
+ ../utils/execmd.cpp \
|
|
+ ../utils/netcon.cpp \
|
|
+ ../utils/rclionice.cpp
|
|
+ }
|
|
+
|
|
FORMS += crontool.ui \
|
|
rtitool.ui
|
|
|