Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-46997

Cannot build and run Canvas3d examples in an out of sources build

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.6.0 RC
    • 5.5.0
    • Canvas3D
    • None
    • Windows 7, msvc2010 x64
    • 43262d1c5ca6eb8ec237972b8c8f1dd6fcd2d39e

      I build Qt out of sources and with examples, using this approach so that at the end, I have Qt binaries, libs, examples, ... in %DESTDIR%, so something like :

      cd %BUILDDIR%
      %SRCDIR%\configure [...] -prefix %DESTDIR%
      nmake
      nmake install
      

      Then I couldn't build and run Canvas3D examples because :

      • nmake complains that ..\..\..\...\examples.pri is missing
      • the following folders are missing in destination folders :
        • examples\canvas3d\canvas3d\3rdparty
        • examples\canvas3d\canvas3d\threejs\controls

      As a workaround, I copied manually the missing folders and files. Also note that the .pro files from qtcanvas3d examples are looking for examples.pri in root examples dir and not in canvas3d subdir.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            e0348803 Miikka Heikkinen
            remi.faitout Remi Faitout
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes