https://github.com/Kitware/CMake
Revision 1c52e6511fe3b73c640862f76884dcfed46186dc authored by Thiago M. de C. Marques on 01 November 2016, 21:04:13 UTC, committed by Brad King on 02 November 2016, 12:51:57 UTC
Running CMake on it caused the following error:

    error: Target "publisher" links to target "Qt5::DBus" but the target
    was not found.  Perhaps a find_package() call is missing for an
    IMPORTED target, or an ALIAS target is missing?

Add the missing DBus component.
1 parent 4c802a3
Raw File
Tip revision: 1c52e6511fe3b73c640862f76884dcfed46186dc authored by Thiago M. de C. Marques on 01 November 2016, 21:04:13 UTC
Help: Update example Qt 5 find_package call to add missing component
Tip revision: 1c52e65
.gitattributes
.gitattributes   export-ignore
.hooks*          export-ignore

bootstrap        crlf=input
configure        crlf=input
*.[1-9]          crlf=input
*.sh             crlf=input
*.sh.in          crlf=input

*.bat           -crlf
*.bat.in        -crlf
*.dsp           -crlf
*.dsw           -crlf
*.pfx           -crlf
*.png           -crlf
*.sln           -crlf
*.vcproj        -crlf

*.c              whitespace=tab-in-indent
*.h              whitespace=tab-in-indent
*.cxx            whitespace=tab-in-indent
*.txt            whitespace=tab-in-indent
*.cmake          whitespace=tab-in-indent

*.rst            whitespace=tab-in-indent conflict-marker-size=79
back to top