]> sigrok.org Git - pulseview.git/commit
CMakeLists.txt: Fix MinGW-w64 build issue related to QtSvg.
authorUwe Hermann <redacted>
Sat, 8 Nov 2014 14:35:49 +0000 (15:35 +0100)
committerUwe Hermann <redacted>
Sat, 8 Nov 2014 14:38:50 +0000 (15:38 +0100)
commit52f38de6303ee2c5955ca662ab859945ff260876
tree11af6b812325eb9fcdc9f9e8061ab4acf03513dc
parentcf2b5b643b53f7f601420a32a032307307fa4bb2
CMakeLists.txt: Fix MinGW-w64 build issue related to QtSvg.

Specify the QtSvg requirement in the 'find_package(Qt4...)' line.

Also, change the linking order in the MinGW-w64 case, apparently the
build now fails without this.

  [...]/qt/plugins/imageformats/libqsvg.a(qsvgiohandler.o):\
qsvgiohandler.cpp:(.text+0x571):
  undefined reference to `QSvgRenderer::load(QByteArray const&)'
  [...]
CMakeLists.txt