1

(8 replies, posted in FR : Aide, suggestions, discussions, ...)

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

2

(8 replies, posted in FR : Aide, suggestions, discussions, ...)

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.

3

(8 replies, posted in FR : Aide, suggestions, discussions, ...)

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]