~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/libs/utils/buildablehelperlibrary.h

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    // returns the full path to the first qmake, qmake-qt4, qmake4 that has
44
44
    // at least version 2.0.0 and thus is a qt4 qmake
45
45
    static FileName findSystemQt(const Utils::Environment &env);
 
46
    static bool isQtChooser(const QFileInfo &info);
 
47
    static QString qtChooserToQmakePath(const QString &path);
46
48
    // return true if the qmake at qmakePath is qt4 (used by QtVersion)
47
49
    static QString qtVersionForQMake(const QString &qmakePath);
48
50
    static QString qtVersionForQMake(const QString &qmakePath, bool *qmakeIsExecutable);