Questions tagged [macdeployqt]

Qt has a special Mac deployment tool macdeployqt designed to automate the process of creating an application bundle containing Qt libraries.

54 questions
1
vote
0 answers

Deploying Qt apps on OS X El Capitan that link against 3rd party library

I'm trying to deploy a Qt app using El Capitan that used to work on previous version of OS X. In my .pro file I link against the library: LIBS += -L/Users/rrabien/dev/main/raceman/libxl_mac/lib -lxl When I run macdeployqt I get: ERROR: no file at…
Roland Rabien
  • 8,750
  • 7
  • 50
  • 67
1
vote
1 answer

how to use the macdeployqt -codesign option with Qt 5.4.1

According to this Qt blog post: The -deep option signs the app bundle recursively, including contained frameworks. While convenient to use, –deep is documented for “emergency repairs and temporary adjustments only“. As of Qt 5.4 macdeployqt…
David Burson
  • 2,947
  • 7
  • 32
  • 55
1
vote
1 answer

qt put multiple executables into one bundle on mac OSX

We have 4 mac applications that form part of a 'suite', each for use with a different scientific instrument connected via USB. My colleagues on Windows have developed a splash screen app that lets you choose one of the four separate programs to run,…
Mitchell D
  • 465
  • 8
  • 24
1
vote
1 answer

QT app starting another app in OSX

I'm currently developing an agent "Agent.app" which must scan your usb port and if it detect an usb device, the app start an application called "Filebrowser.app". I want the Agent.app located inside the Filebrowser.app to avoid multiple apps. My…
Seb
  • 2,929
  • 4
  • 30
  • 73
1
vote
2 answers

Qt application with QSqlDatabase does not work properly when building it with macdeployqt

In my application I am using a QSqlDatabase to store some information. I did built it successfully with the following command (no errors even with verbose=3): macdeployqt AppName.app/ -dmg -qmldir=~/dev/AppName/qml Before that I successfully…
Niklas
  • 23,674
  • 33
  • 131
  • 170
1
vote
0 answers

Mac Qt macdeployqt problems

I have 2 load commands in my executable, one is valid the other is now, using qtcreator,macdeployqt load command 12 the versions do not even exist..... Load command 11 cmd LC_LOAD_DYLIB cmdsize 72 name…
1
vote
0 answers

A working combination of Qt and OSX for deploying universal binaries

Since I ran across many many problems in setting up a build system for building large qt projects and deploying them as universal OSX binaries, I just want to ask if somebody know a flawless combination of operating system (OSX leopard, snow…
linello
  • 8,451
  • 18
  • 63
  • 109
0
votes
1 answer

Qt Creator Release Build Quit Unexpectedly

After compiling any version (Debug and Release) of the application with Qt Creator, it only runs from under Qt Creator with the option: "Add build library search path to DYLD_LIBRARY_PATH and DYLD_FRAMEWORK_PATH". I try compilation and use…
0
votes
1 answer

Cannot run QT macOS app on another MacBook

A cross-platform QT application is built for macOS. This app works if I test this on the same machine. When I create a .dmg file, this also works on my machine. When I test this on another machine, I get the error: You do not have permission to…
parvus
  • 5,706
  • 6
  • 36
  • 62
0
votes
0 answers

macdeployqt not authenticating application

I've compiled an application written using the Qt (5.15.2, C++) framework on a MacBook Pro (2019) and I have a certificate provided by my boss to authenticate the app. This is what I'm running to certify the app: macdeployqt appName.app…
Jono_R
  • 113
  • 2
  • 8
0
votes
1 answer

macdeployqt does not copy the QtWebView plugin

I could not find a way to inform macdeployqt that I need QT_ROOT/qml/QtWebView/libdeclarative_webview.dylib to be copied into the app bundle. This is needed to use native QtWebView in QML (configured with QT_WEBVIEW_PLUGIN=native). Is there a way to…
Volodymyr Lashko
  • 656
  • 6
  • 19
0
votes
1 answer

How to access MACD value and signal (both 2 data) in mql4

I am trying to create a robot in mql4 for forex trading.So i need to access both MACD value and MACD signal value.But it looks like only providing MACD value without MACD signal value.Please help me to access those values. enter image description…
Ranish
  • 3
  • 2
0
votes
1 answer

How to make macdeployqt use another qt-installaton?

The macdeployqt which comes with Qt SDK 1.1 is broken (it's already files on the Qt bugtracker). How do I make macdeployqt use the libraries of another Qt-version I installed instead of Qt SDK 1.1? I couldn't find a bash-environment variable for it.
Hedge
  • 16,142
  • 42
  • 141
  • 246
0
votes
1 answer

Reason: image not found macos application

I am deploying qt application for macos so in order to create .app I am using macdeployqt tool. My problem is that when I run the application I get this error: dyld: Library not loaded:…
RuLoViC
  • 825
  • 7
  • 23
0
votes
0 answers

Macdeployqt going through unrelated / non-existing libraries

So I was able to set up a MyApp.app bundle using MACOSX_BUNDLE using these: https://github.com/OpenHantek/openhantek/issues/229 https://github.com/euler0/mini-cmake-qt The current step is running macdeployqt MyApp.app to handle all the target…
PTN
  • 1,658
  • 5
  • 24
  • 54