Package Details: qtcreator-git 10.0.0.beta2.r124.gd8dc1c7f0f-1

Git Clone URL: https://aur.archlinux.org/qtcreator-git.git (read-only, click to copy)
Package Base: qtcreator-git
Description: Lightweight, cross-platform integrated development environment
Upstream URL: https://www.qt.io
Licenses: LGPL
Conflicts: qtcreator
Provides: qtcreator
Submitter: delor
Maintainer: None
Last Packager: sr.team
Votes: 32
Popularity: 0.000000
First Submitted: 2009-04-12 14:35 (UTC)
Last Updated: 2023-03-02 14:51 (UTC)

Dependencies (25)

Required by (34)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

<deleted-account> commented on 2013-02-04 05:37 (UTC)

Hi there. I'm facing this issue when I try to compile it: /opt/qt5/bin/xmlpatterns -no-format -output Core.json /tmp/yaourt-tmp-cotti/aur-qtcreator-for-qt5-git/src/qt-creator/src/pluginjsonmetadata.xsl /tmp/yaourt-tmp-cotti/aur-qtcreator-for-qt5-git/src/build/src/plugins/coreplugin/Core.pluginspec make[3]: /opt/qt5/bin/xmlpatterns: Command not found make[3]: ** [Core.json] Error 127 make[3]: Leaving directory `/tmp/yaourt-tmp-cotti/aur-qtcreator-for-qt5-git/src/build/src/plugins/coreplugin' make[2]: ** [sub-coreplugin-make_first] Error 2 make[2]: Leaving directory `/tmp/yaourt-tmp-cotti/aur-qtcreator-for-qt5-git/src/build/src/plugins' make[1]: ** [sub-plugins-make_first-ordered] Error 2 make[1]: Leaving directory `/tmp/yaourt-tmp-cotti/aur-qtcreator-for-qt5-git/src/build/src' make: ** [sub-src-make_first-ordered] Error 2

plfiorini commented on 2013-01-16 20:57 (UTC)

Not sure because I don't work with BB10 but you should be able to do it with this version (provided that you install Qt 4 from the official ArchLinux packages): http://qt-project.org/wiki/Qt-Creator-with-BlackBerry-10 I'll be glad to add what might be missing from this PKGBUILD if you can tell me exactly what it's needed.

<deleted-account> commented on 2013-01-16 20:48 (UTC)

Hi! This version works grate with QT5, but not with BB 10 development. Maybe somebody has an idea how to install this qtcreator and qtcreator 2.6.1 alongside?

plfiorini commented on 2012-12-08 18:22 (UTC)

It builds now, with latest qtbase.

<deleted-account> commented on 2012-11-27 04:10 (UTC)

Quick workaround/hack: From qtbase/src/corelib/kernel/qcoreapplication.h, simply copy and paste the Type enum: enum Type { Tty, GuiClient, GuiServer // # deprecated }; into the qtsingleapplication.h file mentioned in my previous post.

<deleted-account> commented on 2012-11-27 01:37 (UTC)

I'm having an issue building this on an x86_64 system. Here is the relevant error while compiling: ../../../qt-creator/src/shared/qtsingleapplication/qtsingleapplication.h:43:49: error: 'Type' has not been declared ../../../qt-creator/src/shared/qtsingleapplication/qtsingleapplication.cpp:63:66: error: 'Type' has not been declared

hunger commented on 2011-11-05 23:00 (UTC)

You might want to restrict the dependency to qt>=4.7.4 if possible. I already mentioned that the URL is wrong. You might also do a make docs to generate the manual for Qt Creator. That should spare you the need to touch the qch file and to create its directory, faking the existence of the manual. You might want to consider adding valgrind as an optional dependency for the analyzer plugin, as well as bzr, git, cvs, subversion, mercurial or perforce for version control.

hunger commented on 2011-11-02 17:38 (UTC)

Where did you get the url given above? It is completely wrong: http://qt-project.org/ is the best point to.

Bkmz commented on 2011-06-30 05:43 (UTC)

Maybe, you should to add valgrind to dependence, or additional dependencies!?

delor commented on 2011-06-13 17:34 (UTC)

@maleadt: I'll look into it at weekend.