Skip to content

Commit

Permalink
OS X link fix (new servicehost.cpp uses Service, from libmythservicec…
Browse files Browse the repository at this point in the history
…ontracts)

Undefined symbols:
  "Service::staticMetaObject", referenced from:
      __ZN7Service16staticMetaObjectE$non_lazy_ptr in servicehost.o
     (maybe you meant: __ZN7Service16staticMetaObjectE$non_lazy_ptr)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [libmythupnp-0.24.0.24.0.dylib] Error 1
  • Loading branch information
NigelPearson committed Mar 10, 2011
1 parent be05bda commit 4ad9310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythupnp/libmythupnp.pro
Expand Up @@ -44,6 +44,7 @@ INCLUDEPATH += ./serializers

DEPENDPATH += ../libmythbase ..
LIBS += -L../libmythbase -lmythbase-$$LIBVERSION
LIBS += -L../libmythservicecontracts -lmythservicecontracts-$$LIBVERSION

LIBS += $$EXTRA_LIBS

Expand Down

0 comments on commit 4ad9310

Please sign in to comment.