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]

QPluginLoader cannot load plugin [solved]

Scheduled Pinned Locked Moved General and Desktop
qpluginloaderplugin
26 Posts 5 Posters 14.8k 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.
  • L Offline
    L Offline
    LeaA
    wrote on last edited by
    #10

    the problem solved

    1 Reply Last reply
    0
    • G Offline
      G Offline
      GrahamL
      wrote on last edited by
      #11

      Hi
      What was the problem and how did you solve it?

      L 1 Reply Last reply
      0
      • G GrahamL

        Hi
        What was the problem and how did you solve it?

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

        @GrahamL

        the problem was that the plugin wasn't created good and the QPluginLoader wasn't recognized it as a plugin.

        i returned the macro Q_OBJECT to InPluginImp class and i moved the inheritance from QOBJECT to the InPluginInterface class.

        1 Reply Last reply
        0
        • G Offline
          G Offline
          GrahamL
          wrote on last edited by
          #13

          Ah
          Please mark the topic as SOLVED
          Thanks

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

            hi,
            now i getting this error:
            C:\workspace\16-5-15\src\mainProject\build-mainProject-Desktop_Qt_5_3_MinGW_32bit-Debug\VisualReceiverErrorsAnalysis\debug\moc_inpluginimp.cpp:149: error: undefined reference to `InPluginImp::InPluginImp()'

            and this one:
            moc_inpluginimp.cpp:-1: error: undefined reference to `InPluginImp::getProcessing(myPlotInterface&, QVector<ReducingInterface*>)'

            collect2.exe:-1: error: error: ld returned 1 exit status

            there is a solution for it?..

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

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

              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

                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