Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QtGraphicalEffects and git
Forum Updated to NodeBB v4.3 + New Features

QtGraphicalEffects and git

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Babalas
    wrote on 19 Feb 2015, 12:28 last edited by
    #1

    Trying to compile on linux and I'm running into an issue with QtGraphicalEffect. Haven't changed my compile script.

    so:
    @
    git clone git://gitorious.org/qt/qt5.git qt5-test
    cd qt5-test
    ./init-repository --no-webkit
    ./configure -release -opensource -nomake examples -nomake tests -skip qtwebengine -confirm-license
    @

    @
    cd qtgraphicaleffects
    ls (nothing)
    git status
    On branch 5.4
    Your branch is up-to-date with 'origin/5.4'.
    Changes to be committed:
    (use "git reset HEAD <file>..." to unstage)

        deleted:    .gitattributes
        deleted:    .qmake.conf
        deleted:    .tag
        deleted:    LGPL_EXCEPTION.txt
        deleted:    LICENSE.FDL
        deleted:    LICENSE.GPLv2
        deleted:    LICENSE.LGPLv21
        deleted:    LICENSE.LGPLv3
        deleted:    dist/changes-5.0.1
        deleted:    dist/changes-5.0.2
        deleted:    dist/changes-5.1.0
        deleted:    dist/changes-5.1.1
        deleted:    qtgraphicaleffects.pro
        deleted:    src/effects/Blend.qml
        deleted:    src/effects/BrightnessContrast.qml
        deleted:    src/effects/ColorOverlay.qml
        deleted:    src/effects/Colorize.qml
        deleted:    src/effects/ConicalGradient.qml
        deleted:    src/effects/Desaturate.qml
    

    .....
    @

    On my base build directory which has been around since 5.4.0 qtgraphicaleffects is checked out to commit 6eef4b5 which as far as I can tell was the last time a commit was done there.

    In the root path doing a git status returns
    @
    modified: qtactiveqt (modified content)
    modified: qtandroidextras (modified content)
    modified: qtimageformats (modified content)
    modified: qtmacextras (modified content)
    modified: qtquick1 (modified content)
    modified: qtrepotools (modified content)
    modified: qtscript (modified content)
    modified: qtsensors (modified content)
    modified: qtserialport (modified content)
    modified: qttools (modified content)
    modified: qttranslations (modified content)
    modified: qtwebchannel (modified content)
    modified: qtwebengine (modified content)
    modified: qtwebkit-examples (modified content)
    modified: qtwinextras (modified content)
    modified: qtx11extras (modified content)
    modified: qtxmlpatterns (modified content)
    @

    Each of these folders have the same staged deleted files. (I've reset and checked out files in qtgraphicaleffects which is why it isn't showing in the above list).

    Thanks for any help. It seems like a new step has been introduced and I'm missing it.

    1 Reply Last reply
    0
    • J Offline
      J Offline
      JKSH
      Moderators
      wrote on 19 Feb 2015, 15:49 last edited by
      #2

      Hi,

      [quote author="Babalas" date="1424348900"]Trying to compile on linux and I'm running into an issue with QtGraphicalEffect.[/quote]What is the issue?

      Did you make sure you checked out all git submodules to the same tag? The latest commits might have conflicts, so don't build with the latest unless you want to test a new feature, for example.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • B Offline
        B Offline
        Babalas
        wrote on 19 Feb 2015, 20:20 last edited by
        #3

        The issue is that those listed folders are empty.

        Found a workaround
        @git submodule update --force --recursive@

        Checks out everything to specific commits rather than whatever init-repository is doing.

        1 Reply Last reply
        0

        1/3

        19 Feb 2015, 12:28

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved