Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QPluginLoader cannot load plugin [solved]
Forum Updated to NodeBB v4.3 + New Features

QPluginLoader cannot load plugin [solved]

Scheduled Pinned Locked Moved General and Desktop
qpluginloaderplugin
26 Posts 5 Posters 15.0k Views 3 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.
  • SGaistS SGaist

    Did you properly implement both these functions ? Do you build the corresponding cpp file ?

    L Offline
    L Offline
    LeaA
    wrote on last edited by
    #16

    @SGaist

    yes..

    1 Reply Last reply
    0
    • SGaistS SGaist

      Did you properly implement both these functions ? Do you build the corresponding cpp file ?

      L Offline
      L Offline
      LeaA
      wrote on last edited by
      #17

      @SGaist

      it seems like a problem with the moc.cpp file of inpluginimp

      1 Reply Last reply
      0
      • L Offline
        L Offline
        LeaA
        wrote on last edited by
        #18

        when i putting down the Q_OBJECT macro from the inPluginImp class the errors gone but the again the first problem in this topic comming back

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #19

          When adding/removing the Q_OBJECT macro, do you re-run qmake before building ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          L 2 Replies Last reply
          0
          • SGaistS SGaist

            When adding/removing the Q_OBJECT macro, do you re-run qmake before building ?

            L Offline
            L Offline
            LeaA
            wrote on last edited by
            #20

            @SGaist

            yes

            1 Reply Last reply
            0
            • SGaistS SGaist

              When adding/removing the Q_OBJECT macro, do you re-run qmake before building ?

              L Offline
              L Offline
              LeaA
              wrote on last edited by
              #21

              @SGaist

              it says to me that the moc_inpluginimp.cpp file isn't found..
              but the file is in the build directory of the project in the debuge directory

              1 Reply Last reply
              0
              • J Offline
                J Offline
                jalomic
                wrote on last edited by
                #22

                @LeaA said:

                #ifndef INPLUGININTERFACE_H
                #define INPLUGININTERFACE_H
                #pragma once
                .....
                .....
                #endif // INPLUGININTERFACE_H

                T_T WTF ?

                L 1 Reply Last reply
                0
                • J jalomic

                  @LeaA said:

                  #ifndef INPLUGININTERFACE_H
                  #define INPLUGININTERFACE_H
                  #pragma once
                  .....
                  .....
                  #endif // INPLUGININTERFACE_H

                  T_T WTF ?

                  L Offline
                  L Offline
                  LeaA
                  wrote on last edited by
                  #23

                  @jalomic

                  sorry,i didn't understand you..

                  J 2 Replies Last reply
                  0
                  • L LeaA

                    @jalomic

                    sorry,i didn't understand you..

                    J Offline
                    J Offline
                    jalomic
                    wrote on last edited by
                    #24

                    @jalomic said:

                    #pragma once

                    #ifndef INPLUGININTERFACE_H and #pragma once - it is the same thinks.
                    You not need #ifndef INPLUGININTERFACE_H if you have #pragma once
                    Sorry for offtop

                    1 Reply Last reply
                    0
                    • L LeaA

                      @jalomic

                      sorry,i didn't understand you..

                      J Offline
                      J Offline
                      jalomic
                      wrote on last edited by
                      #25

                      @LeaA Try to disable "shadow build"

                      L 1 Reply Last reply
                      0
                      • J jalomic

                        @LeaA Try to disable "shadow build"

                        L Offline
                        L Offline
                        LeaA
                        wrote on last edited by
                        #26

                        @jalomic

                        I put down some header files from the pro. file and it solved

                        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