mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/qtceator to 4.3.0-2
This commit is contained in:
parent
57acd777fe
commit
7fe4e6afd8
1 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,7 @@ buildarch=12
|
|||
|
||||
pkgname=qtcreator
|
||||
pkgver=4.3.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Lightweight, cross-platform integrated development environment'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org'
|
||||
|
@ -53,7 +53,8 @@ prepare() {
|
|||
build() {
|
||||
cd build
|
||||
|
||||
qmake CONFIG+=journald ../qt-creator-opensource-src-${pkgver}/qtcreator.pro
|
||||
qmake LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr CONFIG+=journald QMAKE_CFLAGS_ISYSTEM=-I \
|
||||
DEFINES+=QBS_ENABLE_PROJECT_FILE_UPDATES "$srcdir"/qt-creator-opensource-src-${pkgver}/qtcreator.pro
|
||||
make
|
||||
make docs
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue