Skip to content

Commit

Permalink
android: add mythplugin to the name of the plugin .so files
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Harrison committed Dec 1, 2018
1 parent d04caae commit a18edb4
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mythplugins/mytharchive/mytharchive/mytharchive.pro
Expand Up @@ -75,4 +75,9 @@ use_hidesyms {
QMAKE_CXXFLAGS += -fvisibility=hidden
}

android {
# to discriminate plugins in a flat directory structure
TARGET = mythplugin$${TARGET}
}

include ( ../../libs-targetfix.pro )
5 changes: 5 additions & 0 deletions mythplugins/mythbrowser/mythbrowser/mythbrowser.pro
Expand Up @@ -29,4 +29,9 @@ use_hidesyms {
QMAKE_CXXFLAGS += -fvisibility=hidden
}

android {
# to discriminate plugins in a flat directory structure
TARGET = mythplugin$${TARGET}
}

include ( ../../libs-targetfix.pro )
5 changes: 5 additions & 0 deletions mythplugins/mythgallery/mythgallery/mythgallery.pro
Expand Up @@ -46,4 +46,9 @@ use_hidesyms {
QMAKE_CXXFLAGS += -fvisibility=hidden
}

android {
# to discriminate plugins in a flat directory structure
TARGET = mythplugin$${TARGET}
}

include ( ../../libs-targetfix.pro )
5 changes: 5 additions & 0 deletions mythplugins/mythgame/mythgame/mythgame.pro
Expand Up @@ -37,4 +37,9 @@ LIBS += -lz -lminizip
#The following line was inserted by qt3to4
QT += xml sql opengl network

android {
# to discriminate plugins in a flat directory structure
TARGET = mythplugin$${TARGET}
}

include ( ../../libs-targetfix.pro )
5 changes: 5 additions & 0 deletions mythplugins/mythmusic/mythmusic/mythmusic.pro
Expand Up @@ -86,4 +86,9 @@ use_hidesyms {
QMAKE_CXXFLAGS_SHLIB += -fvisibility=hidden
}

android {
# to discriminate filters in a flat directory structure
TARGET = mythplugin$${TARGET}
}

include ( ../../libs-targetfix.pro )
5 changes: 5 additions & 0 deletions mythplugins/mythnetvision/mythnetvision/mythnetvision.pro
Expand Up @@ -40,4 +40,9 @@ use_hidesyms {
QMAKE_CXXFLAGS += -fvisibility=hidden
}

android {
# to discriminate plugins in a flat directory structure
TARGET = mythplugin$${TARGET}
}

include ( ../../libs-targetfix.pro )
5 changes: 5 additions & 0 deletions mythplugins/mythnews/mythnews/mythnews.pro
Expand Up @@ -34,4 +34,9 @@ use_hidesyms {
QMAKE_CXXFLAGS += -fvisibility=hidden
}

android {
# to discriminate plugins in a flat directory structure
TARGET = mythplugin$${TARGET}
}

include ( ../../libs-targetfix.pro )
5 changes: 5 additions & 0 deletions mythplugins/mythweather/mythweather/mythweather.pro
Expand Up @@ -33,4 +33,9 @@ use_hidesyms {
QMAKE_CXXFLAGS += -fvisibility=hidden
}

android {
# to discriminate plugins in a flat directory structure
TARGET = mythplugin$${TARGET}
}

include ( ../../libs-targetfix.pro )
5 changes: 5 additions & 0 deletions mythplugins/mythzoneminder/mythzoneminder/mythzoneminder.pro
Expand Up @@ -27,4 +27,9 @@ use_hidesyms {
QMAKE_CXXFLAGS += -fvisibility=hidden
}

android {
# to discriminate plugins in a flat directory structure
TARGET = mythplugin$${TARGET}
}

include ( ../../libs-targetfix.pro )

0 comments on commit a18edb4

Please sign in to comment.