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. No such plugin: 'peakcan'
Forum Updated to NodeBB v4.3 + New Features

No such plugin: 'peakcan'

Scheduled Pinned Locked Moved Solved Installation and Deployment
14 Posts 2 Posters 822 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.
  • rzuccaR Offline
    rzuccaR Offline
    rzucca
    wrote on last edited by
    #5

    Some explanations regarding the solution would be also highly appreciated

    Surely I'm overseeing something and/or making some mistake. I'd like to find out what.

    And above all, how to solve it

    jsulmJ 1 Reply Last reply
    0
    • rzuccaR rzucca

      Some explanations regarding the solution would be also highly appreciated

      Surely I'm overseeing something and/or making some mistake. I'd like to find out what.

      And above all, how to solve it

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

      @rzucca https://doc.qt.io/qt-6/windows-deployment.html explains how plug-in should be deployed. If no plug-ins where deployed with windeployqt then something went wrong.

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

      1 Reply Last reply
      1
      • rzuccaR Offline
        rzuccaR Offline
        rzucca
        wrote on last edited by
        #7

        Believe me, I read this page many times, and even understood some of it.

        I couldn't understand how to build Qt statically, nor how to use the Q_IMPORT_PLUGIN() Macro

        Sorry for the delay in my answer, I'm only allowed to post something every 10 minutes

        jsulmJ 1 Reply Last reply
        0
        • rzuccaR rzucca

          Believe me, I read this page many times, and even understood some of it.

          I couldn't understand how to build Qt statically, nor how to use the Q_IMPORT_PLUGIN() Macro

          Sorry for the delay in my answer, I'm only allowed to post something every 10 minutes

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

          @rzucca said in No such plugin: 'peakcan':

          I couldn't understand how to build Qt statically

          No need to build Qt statically and also Q_IMPORT_PLUGIN should not be needed.
          All you need to do is to deploy needed plugins as shown in "Creating the Application Package" part of the link.

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

          1 Reply Last reply
          0
          • rzuccaR Offline
            rzuccaR Offline
            rzucca
            wrote on last edited by
            #9

            Any suggestions about how to do that? Because windeployqt isn't doing it

            jsulmJ 1 Reply Last reply
            0
            • rzuccaR rzucca

              Any suggestions about how to do that? Because windeployqt isn't doing it

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

              @rzucca You still can create subfolders by yourself and copy plug-ins there.

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

              1 Reply Last reply
              0
              • rzuccaR Offline
                rzuccaR Offline
                rzucca
                wrote on last edited by
                #11

                That's great news, thanks!

                I just would like to know which plug-ins I need and where to find them

                jsulmJ 1 Reply Last reply
                0
                • rzuccaR rzucca

                  That's great news, thanks!

                  I just would like to know which plug-ins I need and where to find them

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

                  @rzucca said in No such plugin: 'peakcan':

                  I just would like to know which plug-ins I need

                  Depends on what app is using, on what platform, ...
                  Where to find: in your Qt installation.
                  Apparently you also need peakcan plug-in.

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

                  rzuccaR 1 Reply Last reply
                  1
                  • rzuccaR Offline
                    rzuccaR Offline
                    rzucca
                    wrote on last edited by
                    #13

                    Well, I'm using QT 6.4 on Windows 10. I think I just need the peakcan plug-in.

                    I already tried to copy the PCANBasic.dll to an handmade plugins subfolder, but to no avail. That's evidently not the component I'm looking for. The plug-in I need must be in the Qt folder, I guess, because Qt Creator can find it

                    I'm not (consciously) using any other external plug-ins or libraries. Am I missing any important piece of information?

                    1 Reply Last reply
                    0
                    • jsulmJ jsulm

                      @rzucca said in No such plugin: 'peakcan':

                      I just would like to know which plug-ins I need

                      Depends on what app is using, on what platform, ...
                      Where to find: in your Qt installation.
                      Apparently you also need peakcan plug-in.

                      rzuccaR Offline
                      rzuccaR Offline
                      rzucca
                      wrote on last edited by
                      #14

                      @jsulm There are three subfolders of Qt called plugin canbus. Their content seems to be identical, and the same that is added by windeployqt to the canbus subdirectory.

                      I tried to copy their content to a manually created plugin subfolder in the release, but to no avail

                      I am still stuck: I know that I must add some plugins to the release, but I still don't know what plugins, or where to find them

                      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