Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2017 02:38:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220813] devel/qt5-core: qmake_build is required for non-qmake projects
Message-ID:  <bug-220813-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220813

            Bug ID: 220813
           Summary: devel/qt5-core: qmake_build is required for non-qmake
                    projects
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kde@FreeBSD.org
          Reporter: yuri@rawbw.com
          Assignee: kde@FreeBSD.org
             Flags: maintainer-feedback?(kde@FreeBSD.org)

net-im/qTox is a Qt5 project. It doesn't use qmake, but it uses CMAKE_AUTOM=
OC.
For some reason, build fails without USE_QT5+=3Dqmake_build:

> CMake Error at /usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:15 (messa=
ge):
>  The imported target "Qt5::Core" references the file
>     "/usr/local/lib/qt5/bin/qmake"
>  but this file does not exist.  Possible reasons include:
>  * The file was deleted, renamed, or moved to another location.
>  * An install or uninstall procedure did not complete successfully.
>  * The installation package was faulty and contained
>     "/usr/local/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake"
>  but not all the files it references.

Qt5 should not require qmake_build when qmake isn't used. It should have
moc_build or automoc_build or something like this.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220813-13>