WSL/SLF GitLab Repository

Skip to content
Snippets Groups Projects
Select Git revision
  • 84080697a62a80abbba470d637ba74c7817aef69
  • master default protected
  • backports_2.1.0
  • release_test
  • v2.1.1
  • v2.1.0
  • v2.0.8
  • v2.0.7
  • v2.0.6
  • v2.0.5
  • v2.0.4
  • v2.0.3
  • v2.0.3beta
  • v2.0.2beta
  • v2.0.1beta
15 results

inishell

  • Clone with SSH
  • Clone with HTTPS
  • reisecker's avatar
    Michael Reisecker authored
    Revert a single styling change. Mathias, please re-revert if it didn't just get lost with your changes and I don't see your reason. For me, this does nothing other than getting rid of an unwanted and otherwise un-targetable (to my findings) rectangle between the ScrollArea and our Groups (at least on Fusion - on others there may still be a gap I wasn't able to identify).
    84080697
    History

    INIshell

    Compilation from source on GNU/Linux:

    From the command line

    sudo apt install build-essential
    sudo apt install make
    sudo apt install qttools5-dev-tools
    sudo apt install libqt5xmlpatterns5-dev
    cd inishell/
    qmake
    make

    Compilation from source on Windows:

    • Install Qt Creator
    • Import inishell.pro
    • Select your compiler kit
    • Build the project
    • Copy needed dlls from Qt installation directory alongside exe

    Static linking

    • Requires a static version of Qt