switched qmake executable

This commit is contained in:
Philipp A 2017-03-14 14:39:24 +01:00
parent 2e96fc167a
commit 1acbf6804b
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = rstudio-desktop
pkgdesc = Open source and enterprise-ready professional software for the R community
pkgver = 1.0.136
pkgrel = 1
pkgrel = 2
url = http://www.rstudio.com/
install = rstudio-desktop.install
arch = i686

View file

@ -6,7 +6,7 @@ pkgver=1.0.136
_gwtver=2.7.0
_ginver=1.5
_clangver=3.6.1
pkgrel=1
pkgrel=2
pkgdesc="Open source and enterprise-ready professional software for the R community"
arch=('i686' 'x86_64')
url="http://www.rstudio.com/"
@ -64,7 +64,7 @@ build() {
cmake -DRSTUDIO_TARGET=Desktop \
-DCMAKE_BUILD_TYPE=Release \
-DQT_QMAKE_EXECUTABLE=/usr/lib/qt/bin/qmake \
-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt5 \
-DCMAKE_INSTALL_PREFIX=/usr/lib/rstudio
}