Skip to content

Commit

Permalink
qmake modernization/remove mythplugins/themedummy.c missed by c62efb3
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmus-scott authored and linuxdude42 committed Feb 17, 2022
1 parent 41fe9d6 commit 8cbe838
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 70 deletions.
1 change: 0 additions & 1 deletion mythplugins/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Makefile
themenop
config.*
mythconfig.mak
9 changes: 1 addition & 8 deletions mythplugins/mytharchive/theme/theme.pro
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
include ( ../../mythconfig.mak )
include ( ../../settings.pro )

QMAKE_STRIP = echo

TARGET = themenop
TEMPLATE = app
CONFIG -= qt moc
TEMPLATE = aux

defaultfiles.path = $${PREFIX}/share/mythtv/themes/default
defaultfiles.files = default/*.xml default/images/*.png
Expand All @@ -17,6 +13,3 @@ menufiles.path = $${PREFIX}/share/mythtv/
menufiles.files = menus/*.xml

INSTALLS += defaultfiles widefiles menufiles

# Input
SOURCES += ../../themedummy.c
9 changes: 1 addition & 8 deletions mythplugins/mythbrowser/theme/theme.pro
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
include ( ../../mythconfig.mak )
include ( ../../settings.pro )

QMAKE_STRIP = echo

TARGET = themenop
TEMPLATE = app
CONFIG -= qt moc
TEMPLATE = aux

defaultfiles.path = $${PREFIX}/share/mythtv/themes/default
defaultfiles.files = default/*.xml default/images/*.png
Expand All @@ -17,6 +13,3 @@ menufiles.path = $${PREFIX}/share/mythtv/
menufiles.files = menus/*.xml

INSTALLS += defaultfiles widefiles menufiles

# Input
SOURCES += ../../themedummy.c
9 changes: 1 addition & 8 deletions mythplugins/mythgame/theme/theme.pro
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
include ( ../../mythconfig.mak )
include ( ../../settings.pro )

QMAKE_STRIP = echo

TARGET = themenop
TEMPLATE = app
CONFIG -= qt moc
TEMPLATE = aux

defaultfiles.path = $${PREFIX}/share/mythtv/themes/default
defaultfiles.files = default/*.xml default/images/*.png
Expand All @@ -17,6 +13,3 @@ menufiles.path = $${PREFIX}/share/mythtv/
menufiles.files = menus/*.xml

INSTALLS += defaultfiles widefiles menufiles

# Input
SOURCES += ../../themedummy.c
9 changes: 1 addition & 8 deletions mythplugins/mythmusic/theme/theme.pro
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
include ( ../../mythconfig.mak )
include ( ../../settings.pro )

QMAKE_STRIP = echo

TARGET = themenop
TEMPLATE = app
CONFIG -= qt moc
TEMPLATE = aux

defaultfiles.path = $${PREFIX}/share/mythtv/themes/default
defaultfiles.files = default/*.xml default/images/*.png
Expand All @@ -20,6 +16,3 @@ htmlfiles.path = $${PREFIX}/share/mythtv/themes/default/htmls
htmlfiles.files = htmls/*.html

INSTALLS += defaultfiles widefiles menufiles htmlfiles

# Input
SOURCES += ../../themedummy.c
9 changes: 1 addition & 8 deletions mythplugins/mythnetvision/theme/theme.pro
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
include ( ../../mythconfig.mak )
include ( ../../settings.pro )

QMAKE_STRIP = echo

TARGET = themenop
TEMPLATE = app
CONFIG -= qt moc
TEMPLATE = aux

defaultfiles.path = $${PREFIX}/share/mythtv/themes/default
defaultfiles.files = default/*.xml
Expand All @@ -17,6 +13,3 @@ menufiles.path = $${PREFIX}/share/mythtv/
menufiles.files = menus/*.xml

INSTALLS += defaultfiles widefiles menufiles

# Input
SOURCES += ../../themedummy.c
9 changes: 1 addition & 8 deletions mythplugins/mythnews/theme/theme.pro
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
include ( ../../mythconfig.mak )
include ( ../../settings.pro )

QMAKE_STRIP = echo

TARGET = themenop
TEMPLATE = app
CONFIG -= qt moc
TEMPLATE = aux

defaultfiles.path = $${PREFIX}/share/mythtv/themes/default
defaultfiles.files = default/*.xml default/images/*.png
Expand All @@ -17,6 +13,3 @@ menufiles.path = $${PREFIX}/share/mythtv/
menufiles.files = menus/*.xml

INSTALLS += defaultfiles widefiles menufiles

# Input
SOURCES += ../../themedummy.c
9 changes: 1 addition & 8 deletions mythplugins/mythweather/theme/theme.pro
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
include ( ../../mythconfig.mak )
include ( ../../settings.pro )

QMAKE_STRIP = echo

TARGET = themenop
TEMPLATE = app
CONFIG -= qt moc
TEMPLATE = aux

defaultfiles.path = $${PREFIX}/share/mythtv/themes/default
defaultfiles.files = default/*.xml default/images/*.png default/icons/*.png
Expand All @@ -17,6 +13,3 @@ menufiles.path = $${PREFIX}/share/mythtv/
menufiles.files = menus/*.xml

INSTALLS += defaultfiles widefiles menufiles

# Input
SOURCES += ../../themedummy.c
9 changes: 1 addition & 8 deletions mythplugins/mythzoneminder/theme/theme.pro
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
include ( ../../mythconfig.mak )
include ( ../../settings.pro )

QMAKE_STRIP = echo

TARGET = themenop
TEMPLATE = app
CONFIG -= qt moc
TEMPLATE = aux

defaultfiles.path = $${PREFIX}/share/mythtv/themes/default
defaultfiles.files = default/*.xml default/images/*.png
Expand All @@ -17,6 +13,3 @@ menufiles.path = $${PREFIX}/share/mythtv/
menufiles.files = menus/*.xml

INSTALLS += defaultfiles widefiles menufiles

# Input
SOURCES += ../../themedummy.c
5 changes: 0 additions & 5 deletions mythplugins/themedummy.c

This file was deleted.

0 comments on commit 8cbe838

Please sign in to comment.