Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. error: No rule to make target 'install'. Stop.
QtWS25 Last Chance

error: No rule to make target 'install'. Stop.

Scheduled Pinned Locked Moved Solved QML and Qt Quick
6 Posts 3 Posters 1.5k Views
  • 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.
  • N Offline
    N Offline
    newqtuser
    wrote on last edited by
    #1

    Hii all I am getting an error of ":-1: error: No rule to make target 'install'. Stop." while building my project in Qt 5.12.9 with kits of "Android Qt 5.12.9 Clang arm64-v8a" and "Android Qt 5.12.9 Clang armeabi-v7a" which was previously working without any error
    please may I get some help, I have tried uninstalling and re-installing Qt version.

    Thank you.

    JonBJ 1 Reply Last reply
    0
    • AxelViennaA Offline
      AxelViennaA Offline
      AxelVienna
      wrote on last edited by
      #2

      You have to share more details: Are you using qmake or cmake? What is your .pro file? Which OS?

      C++ and Python walk into a bar. C++ reuses the first glass.

      N 1 Reply Last reply
      1
      • N newqtuser

        Hii all I am getting an error of ":-1: error: No rule to make target 'install'. Stop." while building my project in Qt 5.12.9 with kits of "Android Qt 5.12.9 Clang arm64-v8a" and "Android Qt 5.12.9 Clang armeabi-v7a" which was previously working without any error
        please may I get some help, I have tried uninstalling and re-installing Qt version.

        Thank you.

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        @newqtuser said in error: No rule to make target 'install'. Stop.:

        which was previously working without any error

        Additionally to @AxelVienna, what changed when it went from working to not working?

        N 1 Reply Last reply
        1
        • JonBJ JonB

          @newqtuser said in error: No rule to make target 'install'. Stop.:

          which was previously working without any error

          Additionally to @AxelVienna, what changed when it went from working to not working?

          N Offline
          N Offline
          newqtuser
          wrote on last edited by
          #4

          @JonB
          Actually I dont know what changed It all seems same.

          1 Reply Last reply
          0
          • AxelViennaA AxelVienna

            You have to share more details: Are you using qmake or cmake? What is your .pro file? Which OS?

            N Offline
            N Offline
            newqtuser
            wrote on last edited by
            #5

            @AxelVienna
            Hii I am using qmake and windows os.
            Do I have to share the whole .pro file or any particular snippet code will work.
            Thank you.

            1 Reply Last reply
            0
            • N Offline
              N Offline
              newqtuser
              wrote on last edited by
              #6

              Hello all I have solved the problem, the
              make install in build setting was showing "D:<project_name>\bin\android_build" which should be "D:<project_name>\android_build" dont know how but it was inserting "bin" folder in between hence was not able to get the proper folder and make file, so by doing some changes in my destination address I was able to solve it,
              at last the path for make install was wrong hence it was giving error
              note: still dont know why exactly the QT was taking wrong path because I was using the same project without any change. I have never changed my script file even my friends are still running the same.
              Thank you all

              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