summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/MythVantage-app/mythinstall/mythinstall.pro
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-09-17 23:45:50 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-09-17 23:45:50 (GMT)
commit30f7e031514dab56e9180348251b1c53004c9369 (patch)
tree3e9306cc6f9e6eb3bab9928853bc6bf589cf7d7a /abs/core/mythinstall/MythVantage-app/mythinstall/mythinstall.pro
parent793b22df8b6043ea62db94fe38ca5336b271b42f (diff)
downloadlinhes_pkgbuild-30f7e031514dab56e9180348251b1c53004c9369.zip
linhes_pkgbuild-30f7e031514dab56e9180348251b1c53004c9369.tar.gz
linhes_pkgbuild-30f7e031514dab56e9180348251b1c53004c9369.tar.bz2
mythinstall: fixes building against mythtv 29
Diffstat (limited to 'abs/core/mythinstall/MythVantage-app/mythinstall/mythinstall.pro')
-rwxr-xr-xabs/core/mythinstall/MythVantage-app/mythinstall/mythinstall.pro20
1 files changed, 7 insertions, 13 deletions
diff --git a/abs/core/mythinstall/MythVantage-app/mythinstall/mythinstall.pro b/abs/core/mythinstall/MythVantage-app/mythinstall/mythinstall.pro
index 8f069e6..f517c43 100755
--- a/abs/core/mythinstall/MythVantage-app/mythinstall/mythinstall.pro
+++ b/abs/core/mythinstall/MythVantage-app/mythinstall/mythinstall.pro
@@ -1,28 +1,22 @@
#This is the path to the mythtv src
-
-
PREFIX = /usr/include/mythtv
-LIBVERSION = 0.28
-VERSION = 0.28.0
-
-
-
+LIBVERSION = 29
+VERSION = 29.0
-INCLUDEPATH += $$PREFIX/libmythui $$PREFIX $$PREFIX/libmyth
+INCLUDEPATH += $$PREFIX
+INCLUDEPATH += $$PREFIX/libmyth
+INCLUDEPATH += $$PREFIX/libmythui
+INCLUDEPATH += $$PREFIX/libmythservicecontracts
LIBS += -L /usr/local/lib
-
-
LIBS += -lmythtv-$$LIBVERSION
#LIBS += -lmythdb-$$LIBVERSION
LIBS += -lmythui-$$LIBVERSION
LIBS += -lmyth-$$LIBVERSION
LIBS+= -lmythbase-$$LIBVERSION
-
-
mingw {
LIBS += -lpthread
CONFIG += console
@@ -30,6 +24,7 @@ mingw {
TEMPLATE = app
CONFIG += thread
+CONFIG += c++11
TARGET = mythinstall
target.path = $${PREFIX}/bin
@@ -50,4 +45,3 @@ HEADERS += installdialog.h commandlineparser.h installsettings.h settemplate.h i
SOURCES += main.cpp commandlineparser.cpp installdialog.cpp installsettings.cpp settemplate.cpp installationtype.cpp autocard.cpp xorgsettings.cpp password_manage.cpp misc_settings.cpp infrared.cpp compat-mv.cpp supplemental.cpp vnc.cpp fileshare.cpp
QT += sql xml network widgets
-