diff --git a/Builds/QtCreator/defaults.pri b/Builds/QtCreator/defaults.pri index 70d5dff..53dfe9a 100644 --- a/Builds/QtCreator/defaults.pri +++ b/Builds/QtCreator/defaults.pri @@ -27,7 +27,7 @@ SRC_DIR = $$EMBER_ROOT/Source SRC_COMMON_DIR = $$absolute_path($$EMBER_ROOT/Source/EmberCommon) ASSETS_DIR = $$absolute_path($$EMBER_ROOT/Data) QTCREATOR_DIR = $$absolute_path($$EMBER_ROOT/Builds/QtCreator) -win32:RCPATH=$$absolute_path($$QTCREATOR_DIR/../MSVC/VS2015) +win32:RCPATH=$$absolute_path($$QTCREATOR_DIR/../MSVC/VS2017) #4) Add up all include paths. INCLUDEPATH += $$LOCAL_INCLUDE_DIR diff --git a/debian/control b/debian/control index b978b1f..adcadd5 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: fractorium Section: graphics Priority: optional Maintainer: Gambhiro Bhikkhu -Build-Depends: debhelper (>= 9), g++ (>= 4.9), libgl1-mesa-dev, libgl-dev, libglm-dev, libjpeg-dev, libpng16-dev, libqt5opengl5-dev, libtbb-dev, libxml2-dev, ocl-icd-libopencl1, ocl-icd-opencl-dev, opencl-headers, qt5-default, qt5-qmake, qtbase5-dev, libopenexr22, libopenexr-dev +Build-Depends: debhelper (>= 9), g++ (>= 4.9), libgl1-mesa-dev, libgl-dev, libglm-dev, libjpeg-dev, libpng-dev, libqt5opengl5-dev, libtbb-dev, libxml2-dev, ocl-icd-libopencl1, ocl-icd-opencl-dev, opencl-headers, qt5-default, qt5-qmake, qtbase5-dev, libopenexr22, libopenexr-dev Standards-Version: 3.9.5 Homepage: http://fractorium.com/ Vcs-Git: https://bitbucket.org/mfeemster/fractorium