qt5

  1. D

    C++ Is it possible to statically compile Qt 5.6 on FreeBSD?

    Hello guys, I wrote a simple application on Qt 5.6 (I use this specific version because it's working on old Linux and Windows versions too). I already done static compilation for Linux and Windows, and now trying to build it for BSD systems and didn't succeed. My aim is to create fully...
  2. D

    Incompatible qt libraries

    I've been working, off and on, on building and attempting to update an old package (sysadm) that used an old version of qt. After building and installing it I get the following error with newer applications that use qt: telegram-desktop Cannot mix incompatible Qt library (5.15.8) with this...
  3. Sivan!

    Solved syntax to set environment variable

    In freebsd 13.1 with kde plasma5, a print command (no printer attached, the command is to print to a pdf) brings up the print to a pdf window without delay, but it takes a bit of time to load the preview and process print command. I found this kde thread that indicates that says I found...
  4. D

    Other How to change GTK / Qt themes in icewm

    Greetings, I've been using icewm as my window manager of choice for a while now but I can't figure out how to change themes for Gtk2-3 and Qt5. I've tried to use x11-themes/lxappearance and x11-themes/Kvantum respectively but neither one seem to make any changes to their dedicated applications...
  5. BSD-Kitsune

    X11-TOOLKIT/QT5-GUI, no dbus

    As of yesterday I appear to have built it but haven't installed any supplementary ports to check it's operation. http://dpaste.com//D8MSMH49H Here's the version of it without devel/dbus support. If anyone's interested in a more complete thing or if there's a need to add these options...
  6. R

    Solved qt5-style-plugins patch to install with qt 5.15.0

    These simple patches will help to compile x11-themes/qt5-style-plugins with devel/qt5 version 5.15.0 Works well, so we could unset BROKEN flag on current port after approving patches. To install with currently setted BROKEN flag: cd /usr/ports/x11-themes/qt5-style-plugins && make -DTRYBROKEN...
  7. ashmodei

    Virtualbox-ose-5.2.34_4 build fails

    Hello everyone! I run into an issue with building virtualbox port. It seems like something wrong with VboxDbgConsole and(or) QT, but DEBUG option is off. I can't figure out how to solve the issue and googling didn't help. I've attached the log chunk where errors appear. System: FreeBSD 12.1...
  8. T

    build Dukto with Qt5?

    I use Dukto for easy file transfer between my desktop / laptop machines and my Android tablets. But now Qt4 is gone, and I am unable to make Dukto build with Qt5. I you search for "Dukto Qt5" there are a couple of repositories: https://github.com/arthurzam/dukto-qt5...
  9. NapoleonWils0n

    installing gtk and qt5 dark themes

    How to install and set up gtk and qt5 dark themes QT5 and GTK are used to create the graphical user interface for applications, they each have there own look which is determined by the theme and icons installed So installing a dark gtk theme wont change the look of qt5 applications like vlc...
  10. Nicola Mingotti

    Solved can't find Ksnapshot for Qt5

    Hi guys, I recently installed FreeBSD-11.2 which by default provieds KDE suite applications using Qt5. I can't see how I can install Ksnapshow in Qt5, the only package/port I see for KDE-4. I took a look at Freshports but still, I can't find what I am looking for. Can you give me an hint ...
  11. aragats

    Solved Qt5: gcc48/libstdc++.so.6: version CXXABI_1.3.9 not found

    I'm trying to build a simple Qt5 program and getting such error. The Makefile is created by qmake and contains:.... CC = gcc CXX = g++ ....Let's see what is gcc:% ll /usr/local/bin/gcc lrwxr-xr-x 1 root wheel 4 Oct 19 00:40 /usr/local/bin/gcc@ -> gcc6Then I ran make and...
  12. HD Scania

    Looking for other subprojects

    I have just now fresh installed TrueOS and listened to few FreeBSD subprojects like GhostBSD, MidnightBSD, DesktopBSD that both are desktop-focused like TrueOS, but ones more thanks? Ones are best if recommended (or default) desktop is Qt-written and lightweight like TrueOS and whose Lumina. :D
  13. Jeff Singleton

    Virtualbox-OSE 5.2.4 build fails

    Anyone else having issues building Virtualbox? I have attached a log with just the build section where it fails, on what appears to be something with QT. I wanted to check here first before opening a bug. Thanks, Jeff
  14. E

    Project ERROR: Unknown module(s) in QT: openglextensions

    Is there a way to solve this problem without going out of ports and git co & compile a newer copy of Qt?
Back
Top