diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-01-23 09:52:38 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-01-23 09:52:38 (GMT) |
commit | 332702fe9eaf2db10c7bc2fdf840460e9c119623 (patch) | |
tree | cdb7e4f3c0f61f7c2d1b278abb47ca952703e2cf /abs/core-testing/mythinstall/mythinstall.pro | |
parent | 2cb896aaa2e7143dacb9fcee9952fc572dbff3a7 (diff) | |
download | linhes_pkgbuild-332702fe9eaf2db10c7bc2fdf840460e9c119623.zip linhes_pkgbuild-332702fe9eaf2db10c7bc2fdf840460e9c119623.tar.gz linhes_pkgbuild-332702fe9eaf2db10c7bc2fdf840460e9c119623.tar.bz2 |
mythvantage for 0.22, latest mythtv
Diffstat (limited to 'abs/core-testing/mythinstall/mythinstall.pro')
-rwxr-xr-x | abs/core-testing/mythinstall/mythinstall.pro | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/abs/core-testing/mythinstall/mythinstall.pro b/abs/core-testing/mythinstall/mythinstall.pro deleted file mode 100755 index 0a273cc..0000000 --- a/abs/core-testing/mythinstall/mythinstall.pro +++ /dev/null @@ -1,46 +0,0 @@ -# This is the path to the mythtv src. The assumtion is that this package and -# mythtv are both being build in the LinHES-PKGBUILD. -MYTHPATH="/data/LinHES-PKGBUILD/abs/core-testing/mythtv/stable/mythtv/src/mythtv-0.21" - -include ( $$MYTHPATH/libs/libmyth/mythconfig.mak) -include ( $$MYTHPATH/settings.pro) - -#pulled from program-libs.pro and modified to use $$MYTHPATH -INCLUDEPATH += $$MYTHPATH $$MYTHPATH/libs/ $$MYTHPATH/libs/libmyth $$MYTHPATH/libs/libmythtv -INCLUDEPATH += $$MYTHPATH/libs/libavutil $$MYTHPATH/libs/libavformat $$MYTHPATH/libs/libavcodec -INCLUDEPATH += $$MYTHPATH/libs/libmythupnp $$MYTHPATH/libs/libmythui -INCLUDEPATH += $$MYTHPATH/libs/libmythlivemedia - -LIBS += -L$$MYTHPATH/libs/libmyth -L$$MYTHPATH/libs/libmythtv -LIBS += -L$$MYTHPATH/libs/libavutil -L$$MYTHPATH/libs/libavcodec -L$$MYTHPATH/libs/libavformat -LIBS += -L$$MYTHPATH/libs/libmythfreemheg -LIBS += -L$$MYTHPATH/libs/libmythui -LIBS += -L$$MYTHPATH/libs/libmythupnp -LIBS += -L$$MYTHPATH/libs/libmythlivemedia - -LIBS += -lmythtv-$$LIBVERSION -lmythavformat-$$LIBVERSION -LIBS += -lmythavutil-$$LIBVERSION -lmythavcodec-$$LIBVERSION -LIBS += -lmythfreemheg-$$LIBVERSION -LIBS += -lmythupnp-$$LIBVERSION -LIBS += -lmythlivemedia-$$LIBVERSION - - - -TEMPLATE = app -CONFIG += thread -TARGET = mythinstall -target.path = $${PREFIX}/bin - -INSTALLS = target - -uifiles.path = $${PREFIX}/share/mythtv/themes/default -uifiles.files = install-ui.xml images/*.png - -INSTALLS += uifiles - -QMAKE_CLEAN += $(TARGET) - -# Input -HEADERS += installdialog.h installsettings.h settemplate.h installationtype.h autocard.h xorgsettings.h password_manage.h misc_settings.h mv_common.h infrared.h -SOURCES += main.cpp installdialog.cpp installsettings.cpp settemplate.cpp installationtype.cpp autocard.cpp xorgsettings.cpp password_manage.cpp misc_settings.cpp infrared.cpp -INCLUDEPATH += /usr/include/mythtv |