Quantcast
Channel: Installation and Deployment
Viewing all 22112 articles
Browse latest View live

Unsolved Testing "customwidgetplug" under Windows (Mingw)

$
0
0

@Luis-Felipe
IIRC the designer isn't built with mingw, thus it can*t load mingw dlls. Check the Info window in the designer, there should be the used compiler specified. I believe its some msvc variant.


Unsolved Qt Application crashes on startup

$
0
0

Are you using and Intel HD Graphics video card? I've noted they broke the driver for OpenGL https://communities.intel.com/message/521599#521599 but it's a big blackhole trying to get fixed.

If you specify:

// MSVC17 / Intel driver bug - use angle QGuiApplication::setAttribute(Qt::AA_UseOpenGLES, true);

before QApplication ... does that get you working?

It's a bit shit cause I believe you lose anti-aliasing - I've just put MSVC compiler builds/branches low for now and am using GCC in linux and MinGW5.3.0 to further development.

I'd try using another compiler just to see if you can get moving again.

Unsolved How to install qt in static link mode with qt-opensource-linux-x64-5.10.1.run

$
0
0

@JKSH thanks.
There are always kinds of problems when compiling source code, so i tried the installer. I don't like that.

Solved Qt 5.9.2 cross-compiled: host errors

$
0
0

@AlTro Was there any resolution to your problem? I found a Qt-Bug that very likely seems to be related, but it was issued and already "resolved" in 5.9 and I'm cross-compiling with 5.10, so this specific bug should be solved.
https://bugreports.qt.io/browse/QTBUG-62434

Any clue?

Unsolved Qt 5.9.2 build error (Mac)

$
0
0

I can't seem to get Qt 5.9.2 to build...

qtbase/src/corelib/kernel/qcore_foundation.mm:491:13: error: static_cast from 'CFTimeZoneRef' (aka 'const __CFTimeZone *') to
      'NSTimeZone *' is not allowed
    return [static_cast<NSTimeZone *>(toCFTimeZone()) autorelease];

The code for method:

NSTimeZone *QTimeZone::toNSTimeZone() const
{
	return [static_cast<NSTimeZone *>(toCFTimeZone()) autorelease];
}

is the same up to the latest Qt so I'm guessing the problem is with my specific compiler/os. Has anybody else run across this issue? Is there a possible workaround that only involves a code change (and not upgrading OS/compiler)? I'm willing to remove any feature or module needed to get this built.

The Apple Developer documentation says that NSTimeZone and CFTimeZoneRef are interchangeable but I'm not at all familiar with Objective-C.

I have also tried disabling timezone features while configuring but it leads to even more build errors. I noticed that the code always checks for

!defined(QT_NO_SYSTEMLOCALE)

but I can't find where to set that while configuring.

OS x 10.9 / Xcode 6.2

Unsolved Raspberry: Deploy application once cross build finished

$
0
0

Hello,
I'm developing an application for Raspberry cross building it from Ubuntu environment.
All is working fine, I can test the application and I almost done.
Well.. how to transfer the application resultant into Raspberry once I finished?
The application should start without it is launched by remote.. but how?

Thanks
Andrea

Unsolved Customizing maintenance tool

$
0
0

Hey all,

Is there a way to customize the buttons at the end of the maintenance tool? Currently I have it running and updating my program which is great, but at the end there are two options

  • Restart
  • Quit

Right now restart restarts the maintenance tool and not my program which is a bit counter intuitive. I'd like to either remove the restart button or configure it to launch the new version of my program. All I can find about customizing maintenance tool is this
https://doc.qt.io/qtinstallerframework/ifw-component-description.html
which mentions an ini file, but doesn't link ot anything useful or even mention what the ini file does.

Unsolved Qt 5.9.4 For ARM

$
0
0

Hey guys, so i'm using Ubuntu 16.04 and i would like to make Qt for my embedded linux (which is Mini6410). I do have Qt 4.7 installed and running with to following ./configure: "./configure -opensource -embedded arm -xplatform qws/linux-arm-g++ -qt-libtiff -qt-libmng -qt-mouse-tslib -qt-mouse-pc -no-mouse-linuxtp -no-neon".
The problem is that qws isn't present in Qt 5 and above. I do have a cross compiler (tool chain) installed. Can anyone help? Appreciate the attention.


Unsolved Could not initialize GLX

$
0
0

Normally Qt requires OpenGL and a screen to work. So you're getting issues when you launch apps through the terminal because screen is missing.

Try running your app like so:

./myApplication -platform minimal # OR ./myApplication -platform offscreen

Unsolved move qt files to subdirectory

Unsolved QT Source code compile Error

$
0
0

@vivekyuvan I guess you used a different Qwt version?
Can you check what Qwt version you have in wheezy and on RaspberryPi?

Unsolved Qt source build with -qtlibinfix, and -framework

$
0
0

Thanks! It looks like the behaviour that I'm seeing is due to the bug that you've linked.

I'll build without frameworks.

Unsolved QtWebEngine Linux deployment problem

$
0
0

I have a program on Qt using QtWebEngine, which I compiled on Ubuntu. I need to run this program on other computers with Ubuntu.
I tried to run my program on the VM and on a real computer. I got the same result. The program does not start, but the console displays the following:

Qt WebEngine ICU data not found at /home/username/Qt/Qt5.9.2/5.9.2/gcc_64/resources. Trying parent directory...
Qt WebEngine ICU data not found at /home/username/Qt/Qt5.9.2/5.9.2/gcc_64. Trying application directory...
Qt WebEngine ICU data not found at /home/new_username/Downloads/appname/libexec. Trying fallback directory... The application MAY NOT work.
Path override failed for key base::DIR_QT_LIBRARY_DATA and path '/home/new_username/.QtWebEngineProcess'
Installed Qt WebEngine locales directory not found at location /home/username/Qt/Qt5.9.2/5.9.2/gcc_64/translations/qtwebengine_locales. Trying application directory...
Qt WebEngine locales directory not found at location /home/new_username/Downloads/appname/libexec/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.
Path override failed for key ui::DIR_LOCALES and path '/home/new_username/.QtWebEngineProcess'
[0213/200348.562665:ERROR:icu_util.cc(178)] Invalid file descriptor to ICU data received.
[0213/200348.562776:FATAL:content_main_runner.cc(691)] Check failed: base::i18n::InitializeICU(). 
#0 0x7fbebaec9b2e <unknown>
#1 0x7fbebaedb83e <unknown>
#2 0x7fbebaea8072 <unknown>
#3 0x7fbebaea158d <unknown>
#4 0x7fbeba5c5eb9 QtWebEngine::processMain()
#5 0x0000004009f3 <unknown>
#6 0x7fbeb6a111c1 __libc_start_main
#7 0x000000400a31 <unknown>

[5347:5347:0213/200348.725463:FATAL:zygote_host_impl_linux.cc(182)] Check failed: ReceiveFixedMessage(fds[0], kZygoteBootMessage, sizeof(kZygoteBootMessage), &boot_pid). 
#0 0x7fcbe8994b2e <unknown>
#1 0x7fcbe89a683e <unknown>
#2 0x7fcbe86065d3 <unknown>
#3 0x7fcbe86052cb <unknown>
#4 0x7fcbe860586e <unknown>
#5 0x7fcbe82c165d <unknown>
#6 0x7fcbe82c4f03 <unknown>
#7 0x7fcbe80bf39f <unknown>
#8 0x7fcbe80c0675 <unknown>
#9 0x7fcbe80b09d9 <unknown>
#10 0x7fcbe80b0d2e QtWebEngineCore::WebContentsAdapter::WebContentsAdapter()
#11 0x7fcbf18aabb1 <unknown>
#12 0x7fcbf18ab734 QWebEnginePage::QWebEnginePage()
#13 0x7fcbf18b881b QWebEngineView::page()
#14 0x7fcbf18b8ff1 QWebEngineView::showEvent()
#15 0x7fcbf0f7b9b8 QWidget::event()
#16 0x7fcbf0f3f5ec QApplicationPrivate::notify_helper()
#17 0x7fcbf0f46a17 QApplication::notify()
#18 0x7fcbef4ed2b8 QCoreApplication::notifyInternal2()
#19 0x7fcbf0f78963 QWidgetPrivate::show_helper()
#20 0x7fcbf0f7b505 QWidget::setVisible()
#21 0x7fcbf0f787f8 QWidgetPrivate::showChildren()
#22 0x7fcbf0f7885f QWidgetPrivate::show_helper()
#23 0x7fcbf0f787e7 QWidgetPrivate::showChildren()
#24 0x7fcbf0f7885f QWidgetPrivate::show_helper()
#25 0x7fcbf0f7b505 QWidget::setVisible()
#26 0x7fcbf0f787f8 QWidgetPrivate::showChildren()
#27 0x7fcbf0f7885f QWidgetPrivate::show_helper()
#28 0x7fcbf0f7b505 QWidget::setVisible()
#29 0x7fcbf0f787f8 QWidgetPrivate::showChildren()
#30 0x7fcbf0f7885f QWidgetPrivate::show_helper()
#31 0x7fcbf0f787e7 QWidgetPrivate::showChildren()
#32 0x7fcbf0f7885f QWidgetPrivate::show_helper()
#33 0x7fcbf0f787e7 QWidgetPrivate::showChildren()
#34 0x7fcbf0f7885f QWidgetPrivate::show_helper()
#35 0x7fcbf0f7b505 QWidget::setVisible()
#36 0x558b6fe3b3c0 <unknown>
#37 0x7fcbee3501c1 __libc_start_main
#38 0x558b6fe3b67a <unknown>

Aborted (core dumped)

To start the program, I run appname.sh .

appname.sh:

#! /bin/sh

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"lib"
export LD_LIBRARY_PATH
exec ./appname

qt.conf:

[Paths]
Prefix=.

The location of the files in the "appname" folder:

appname
appname.sh
qt.conf

This folder also contains all the files and folders copied from the path /home/username/Qt/Qt5.9.2/5.9.2/gcc_64/ (I did this in order to understand that all the necessary files are exactly here).
/home/username/Qt/Qt5.9.2/5.9.2/gcc_64/ - this is the path by which I installed Qt in the system on which I compiled the program.

What's wrong, why are there so many errors? I have all the files here, so I'm confused.
Thanks!

Unsolved I can not install Qt 5.10 on Debian 9.3 because of SSL problem?!

$
0
0

Hi,
I fresh install Debian 9.3 (XFCE4 gui) and try to install Qt 9.10 via qt-unified-linux-x64-3.0.2-online. But I realized that there is still SSL problem with Qt!.
Error message like below;
$ ./qt-unified-linux-x64-3.0.2-online.run
[371] Warning: LicenseManager: Ssl error: "The issuer certificate of a locally looked up certificate could not be found"
[372] Warning: Network error: [ QNetworkReply::NetworkError(SslHandshakeFailedError) ] "Failed to connect to server. Check your network connection and try again."

And installed SSL version is:
$ openssl version
OpenSSL 1.1.0f 25 May 2017

Why we have this error still?!...

Regards,
Mucip:)

Unsolved Building my own Embedded Linux Image for Apalis-IMX6

$
0
0

You can try to rebuild icu-native:

bitbake -c cleansstate icu-native && bitbake -c icu-native

Unsolved Install QT Online Installer Unified as Invoker? (Non-Admin)

$
0
0

I'll probably leave Qt for now and leave it to a personal computer, since the IT Managers blacklisted a set of programs to run. Apparently, Qt is one of them along with heaps of other programming stuff like Python, etc. I'll definitely ask why this is the case.

Should I mark this as "Solved" for now?

Unsolved Link errors when building with qmake outside of Creator

$
0
0

Move QtCore include to the front of library includes. Linker is sequential, so when it tries to link QtWidgets, it does not see the QtCore symbols because they are not loaded yet.

If it's not that, then take a look at all Qt Creator env. variables, they are shown in Project settings -> build environment.

Unsolved Newest package in the old version Qt

$
0
0

I'm trying to connect QTextToSpeecheech in Qt 5.6.1.
Can I do this without fully installing the new version Qt?
Thanks.

Unsolved How to enable support of QtBluetooth..?

Unsolved Qt license for older version like 4 ?

$
0
0

Hello,

I would like to develop Linux desktop application using Qt 4.8, just checked the license options support is not exist with this version and not sure about this whether really I want to pay for it for Qt 4 version to sell my product commercially or not can any body suggest on this the best way to do ?

Viewing all 22112 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>