Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Bug in configure script
Forum Updated to NodeBB v4.3 + New Features

Bug in configure script

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 748 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tscott1213
    wrote on last edited by tscott1213
    #1

    I am compiling the 5.5 source from git on Windows using the following parameters to configure the build:

    configure -prefix d:\qt\5.5\msvc2013_64_opengl -opengl es2 -opensource -confirm-license -nomake examples -nomake tests

    After running "nmake" followed by "nmake install" qt is built to the d:\qt\5.5 directory instead of the d:\qt\5.5\msvc2013_64_opengl directory.

    If I run "qmake -query" its clear that qt is properly configured to be in the d:\qt\5.5\msvc2013_64_opengl directory. If I copy the build from the d:\qt\5.5 directory into the d:\qt\5.5\msvc2013_64_opengl directory, everything works fine.

    Thank you.
    Todd

    K 1 Reply Last reply
    0
    • T tscott1213

      I am compiling the 5.5 source from git on Windows using the following parameters to configure the build:

      configure -prefix d:\qt\5.5\msvc2013_64_opengl -opengl es2 -opensource -confirm-license -nomake examples -nomake tests

      After running "nmake" followed by "nmake install" qt is built to the d:\qt\5.5 directory instead of the d:\qt\5.5\msvc2013_64_opengl directory.

      If I run "qmake -query" its clear that qt is properly configured to be in the d:\qt\5.5\msvc2013_64_opengl directory. If I copy the build from the d:\qt\5.5 directory into the d:\qt\5.5\msvc2013_64_opengl directory, everything works fine.

      Thank you.
      Todd

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @tscott1213
      You need to report this on JIRA The forum is typically not monitored for bug reports.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tscott1213
        wrote on last edited by
        #3

        I was hoping someone might verify/refute as some of my initial problems building from source were user error.

        However, thank you, I'll submit a bug report.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved