Alexander Neundorf wrote:
> On Monday 14 May 2012, David Faure wrote:
>> On Monday 14 May 2012 23:13:44 Alexander Neundorf wrote:
>> > if (NOT TARGET Qt5::Core)
>> >
>> > add_library(Qt5::Core SHARED IMPORTED)
>> >
>> > endif()
>>
>> Thanks, that works, and is MUCH simpler too ;-)
>>
>> Any
On Monday 14 May 2012 23:32:10 Alexander Neundorf wrote:
> On Monday 14 May 2012, David Faure wrote:
> > On Monday 14 May 2012 23:22:09 Alexander Neundorf wrote:
> > > On Monday 14 May 2012, Alexander Neundorf wrote:
> > > ...
> > >
> > > > For now, you can change the code e.g. to
> > > > if (NOT
On Monday 14 May 2012, David Faure wrote:
> On Monday 14 May 2012 23:22:09 Alexander Neundorf wrote:
> > On Monday 14 May 2012, Alexander Neundorf wrote:
> > ...
> >
> > > For now, you can change the code e.g. to
> > > if (NOT TARGET Qt5::Core)
> > >
> > > message(STATUS "DF: Qt5CoreConfig.cmak
On Monday 14 May 2012, David Faure wrote:
> On Monday 14 May 2012 23:13:44 Alexander Neundorf wrote:
> > if (NOT TARGET Qt5::Core)
> >
> > add_library(Qt5::Core SHARED IMPORTED)
> >
> > endif()
>
> Thanks, that works, and is MUCH simpler too ;-)
>
> Any reason against committing that upstream
On Monday 14 May 2012 23:22:09 Alexander Neundorf wrote:
> On Monday 14 May 2012, Alexander Neundorf wrote:
> ...
>
> > For now, you can change the code e.g. to
> > if (NOT TARGET Qt5::Core)
> >
> > message(STATUS "DF: Qt5CoreConfig.cmake add_library(Qt5::Core)")
> > add_library(Qt5::Core SHA
On Monday 14 May 2012, Alexander Neundorf wrote:
...
> For now, you can change the code e.g. to
> if (NOT TARGET Qt5::Core)
> message(STATUS "DF: Qt5CoreConfig.cmake add_library(Qt5::Core)")
> add_library(Qt5::Core SHARED IMPORTED)
> endif()
>
> OR
>
> if (NOT _qt5CoreTargetExists)
> set(_Q
On Monday 14 May 2012 23:13:44 Alexander Neundorf wrote:
> if (NOT TARGET Qt5::Core)
> add_library(Qt5::Core SHARED IMPORTED)
> endif()
Thanks, that works, and is MUCH simpler too ;-)
Any reason against committing that upstream? Requires a too recent cmake?
--
David Faure, fa...@kde.org, http
On Monday 14 May 2012, Alexander Neundorf wrote:
> On Monday 14 May 2012, David Faure wrote:
> > On Monday 14 May 2012 18:10:19 David Faure wrote:
> > > Hi (Steve),
> > >
> > > It seems that updating Qt5 to the latest master broke my
> > > kdelibs-frameworks-qt5 build?
> > >
> > > CMake Error at
On Monday 14 May 2012 23:05:01 Alexander Neundorf wrote:
> On Monday 14 May 2012, David Faure wrote:
> > On Monday 14 May 2012 18:10:19 David Faure wrote:
> > > Hi (Steve),
> > >
> > > It seems that updating Qt5 to the latest master broke my
> > > kdelibs-frameworks-qt5 build?
> > >
> > > CMake E
On Monday 14 May 2012, David Faure wrote:
> On Monday 14 May 2012 18:10:19 David Faure wrote:
> > Hi (Steve),
> >
> > It seems that updating Qt5 to the latest master broke my
> > kdelibs-frameworks-qt5 build?
> >
> > CMake Error at
> > /d/qt/5/qtbase-master/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:6
On Monday 14 May 2012 18:10:19 David Faure wrote:
> Hi (Steve),
>
> It seems that updating Qt5 to the latest master broke my
> kdelibs-frameworks-qt5 build?
>
> CMake Error at
> /d/qt/5/qtbase-master/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:60
> (add_library): add_library cannot create imported targ
Hi (Steve),
It seems that updating Qt5 to the latest master broke my kdelibs-frameworks-qt5
build?
CMake Error at /d/qt/5/qtbase-master/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:60
(add_library):
add_library cannot create imported target "Qt5::Core" because another
target with the same name alr
12 matches
Mail list logo