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. Qt Creator 6.0.1 and Qt 6.2.2 running on Windows 7
Forum Updated to NodeBB v4.3 + New Features

Qt Creator 6.0.1 and Qt 6.2.2 running on Windows 7

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
85 Posts 31 Posters 51.5k Views 11 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.
  • 5 5taras

    @SimonSchroeder Did you try to compile qt library yourself? Scoop package manager creates folder "%ROOT%\gnuwin32\bin"?

    S Offline
    S Offline
    SimonSchroeder
    wrote on last edited by
    #81

    @5taras I've only ever compiled static Qt libraries for Windows with MSVC. Scoop does not provide "%ROOT%\gnuwin32\bin", but it provides commands like mv and rm. It also adapts the PATH environment variable such that these tools are available on any command line.

    5 1 Reply Last reply
    1
    • S SimonSchroeder

      @5taras I've only ever compiled static Qt libraries for Windows with MSVC. Scoop does not provide "%ROOT%\gnuwin32\bin", but it provides commands like mv and rm. It also adapts the PATH environment variable such that these tools are available on any command line.

      5 Offline
      5 Offline
      5taras
      wrote on last edited by
      #82
      This post is deleted!
      1 Reply Last reply
      0
      • S SimonSchroeder

        @5taras said in Qt Creator 6.0.1 and Qt 6.2.2 running on Windows 7:

        If I understand correctly I need gnuwin32 package to run mv, rm commands

        I'm using the scoop package manager (https://scoop.sh/) to install Linux tools on Windows. I believe just installing scoop already gives you these basic commands. Another alternative is Chocolatey.

        5 Offline
        5 Offline
        5taras
        wrote on last edited by
        #83

        @SimonSchroeder During compilation I get a mistake "../configure is not an internal or external command". 6.x qt-build-tools folders from github are missing configure.bat file. What can I do?
        I found https://github.com/crystalidea/qt-build-tools/blob/master/5.6.3/qtbase/configure.bat file which could be useful. I am not sure.

        jsulmJ 1 Reply Last reply
        0
        • 5 5taras

          @SimonSchroeder During compilation I get a mistake "../configure is not an internal or external command". 6.x qt-build-tools folders from github are missing configure.bat file. What can I do?
          I found https://github.com/crystalidea/qt-build-tools/blob/master/5.6.3/qtbase/configure.bat file which could be useful. I am not sure.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #84

          @5taras Official Qt Github is: https://github.com/qt/qtbase

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          5 1 Reply Last reply
          1
          • jsulmJ jsulm

            @5taras Official Qt Github is: https://github.com/qt/qtbase

            5 Offline
            5 Offline
            5taras
            wrote on last edited by
            #85

            @jsulm You mean I should replace corresponding folders from qt official by folders from crystal's qt 6 build project?

            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