You are not logged in. Please login or register.
Active topics Unanswered topics
Search options
oh merci .. version master installé (qt5) .. je n'avais plus packages avec qt5 donc j'ai directement essayé la version qt6, je vais rester attentif à l'évolution, là je fait des test avec l'import des .DXF .. pff .. pas donné, merci pour votre travail
scorpio810 wrote:@desaparecido: pour information, la branche qt6-cmake est tres loin d’être stable pour la production, je te conseillerai plutôt la branche master basée sur Qt 5.15!
https://github.com/qelectrotech/qelectr … /qt6-cmake
This branch is 61 commits ahead of, 136 commits behind master.
git checkout master
rm -Rf build
mkdir build && cd build
qmake ../qelectrotech.pro
time make -j48
scorpio810 wrote:git clone --recursive [url]https://github.com/qelectrotech/qelectrotech-source-mirror.git[/url]
cd qelectrotech-source-mirror/
git checkout qt6-cmake
comment line 137 of /sources/machine_info.cpp to compile.
mkdir build && cd build
cmake .. -G Ninja -DBUILD_WITH_QT6=ON
time ninja -j48
QElectroTech V 0.100.0-dev
Compilation : GCC 15.2.0
Built with Qt 6.9.2 - x86_64 - Date : Sep 28 2025 : 12:58:45
Git Revision : 411fb3c4dc54b6aaea00f034d6c5396de5daa474
Run with Qt 6.9.2 using 48 thread(s)
merci beaucoup pour ces infos ! build OK avec CMAKE, ma machine est sur cachy0S à jour (basé sur Archlinux). Je verrais si je prend le temps pour tester avec QMAKE6. et merci aux développeurs pour ce projet.
QElectroTech V 0.100.0-dev
Compilation : GCC 15.2.1 20250813
Built with Qt 6.10.0 - x86_64 - Date : Oct 25 2025 : 16:47:49
Git Revision : 411fb3c4dc54b6aaea00f034d6c5396de5daa474
Run with Qt 6.10.0 using 16 thread(s)
CPU : model name : AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics
RAM Total : 23 GB
RAM Available : 16 GB
GPU : Advanced Micro Devices, Inc. [AMD/ATI] Phoenix1 (rev dd)
GPU RAM : Video memory: 8192MB Dedicated video memory: 8192 MB Currently available dedicated video memory: 6822 MB
OS : linux - x86_64 - Version : CachyOS - Kernel : 6.17.5-2-cachyos
*** Qt screens ***
( 1 : 1920 x 1200 )
( 2 : 3440 x 1440 )
( 3 : 2560 x 1440 )
scorpio810 wrote:Hi,
I think, you don't have all libraries Qt5 installed to build Qet 0.5-devel version.
You could install these:
qtbase5-dev , qt5-qmake, qt5-default (debian only?), libqt5svg5-dev
I build trunk for Debian and Windows nightly packages, and compilation run perfect.
hi, my problem was about the PKGBUILD in AUR repo than actually still target QT4, but, now, after some changes, like use qmake-qt5 all build fine. thanks for your reply
hi again, I take some time to test and now after some changes in the PKGBUILD (archlinux) to target QT5 all builds fine
GCC 4.9.2 / QT 5.4.1 .. the next days I need to use it for some single-line diagrams so I'll report it if some issues.
Thanks for all your work with this project.
hi, I use trunk version and I see that O.5 version (QT5) now is merged in trunk, so I suppose that this error is normal:
[font=monospace][color=#000000]sources/diagram.h:20:21: fatal error: QtWidgets: No such file or directory[/color]
#include <QtWidgets>
^
compilation terminated.
Makefile.Release:1796: recipe for target 'release/autonumerotation.o' failed
make[1]: *** [release/autonumerotation.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from sources/conductorautonumerotation.cpp:19:0:
sources/diagramcommands.h:20:21: fatal error: QtWidgets: No such file or directory
#include <QtWidgets>
^
compilation terminated.
Makefile.Release:1852: recipe for target 'release/conductorautonumerotation.o' failed
make[1]: *** [release/conductorautonumerotation.o] Error 1
In file included from sources/borderproperties.cpp:19:0:
sources/qetapp.h:22:21: fatal error: QtWidgets: No such file or directory
#include <QtWidgets>
^
compilation terminated.
Makefile.Release:1808: recipe for target 'release/borderproperties.o' failed
make[1]: *** [release/borderproperties.o] Error 1
In file included from sources/bordertitleblock.cpp:23:0:
sources/qetapp.h:22:21: fatal error: QtWidgets: No such file or directory
#include <QtWidgets>
^
compilation terminated.
Makefile.Release:1825: recipe for target 'release/bordertitleblock.o' failed
make[1]: *** [release/bordertitleblock.o] Error 1
make[1]: Leaving directory '/tmp/makepkg/qelectrotech-svn-trunk/src/qelectrotech'
Makefile:34: recipe for target 'release' failed
make: *** [release] Error 2
[color=#ff5454][b]==> ERROR:[/b][/color][color=#000000][b] A failure occurred in build().[/b][/color]
[color=#000000][b] Aborting...[/b][/color]
[font=monospace][/font]
[font=monospace]I ask to confirm is this error is (like I thought) about QT version or if is another problem. thanks...
(I'm using Archlinux)[/font]
[font=monospace][/font]
Posts found: 5
Generated in 0.007 seconds (60% PHP - 40% DB) with 6 queries