Skip to content

Commit

Permalink
change config files paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquetc committed Oct 11, 2024
1 parent b9b00a5 commit 0857851
Show file tree
Hide file tree
Showing 6 changed files with 221 additions and 253 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ FROM fedora:latest

RUN dnf install -y ninja-build gcc cmake extra-cmake-modules gdb clang clang-tools-extra
RUN dnf install -y qt6-qtbase-devel qt6-qtdeclarative-devel qt6-qtsvg-devel qcoro-qt6-devel
RUN dnf install -y kf6-kirigami-devel kf6-kcoreaddons-devel kf6-kconfig-devel kf6-ki18n-devel
RUN dnf install -y python3-poetry
RUN dnf install -y kf6-kirigami-devel kf6-kcoreaddons-devel kf6-kconfig-devel kf6-ki18n-devel kf6-qqc2-desktop-style
RUN dnf install -y python3-poetry python3-pip
RUN dnf install -y git
RUN mkdir .venv

# ARG REINSTALL_CMAKE_VERSION_FROM_SOURCE="3.22.2"

Expand Down
21 changes: 15 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,29 @@
"name": "C++",
"build": {
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.debugpy",
"donjayamanne.python-environment-manager",
"ms-vscode.cpptools-extension-pack",
"twxs.cmake",
"ms-vscode.cmake-tools",
"vadimcn.vscode-lldb",
"hbenl.vscode-test-explorer"
]
}
}

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "gcc -v",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{ include = "qleany", from = "tools" }]

[tool.poetry.dependencies]
python = ">=3.8,<3.13"
pyside6 = "^6.6.1"
pyside6 = "^6.7.2"
clang-format = "^17.0.6"
stringcase = "^1.2.0"
pyaml = "^23.12.0"
Expand Down
Empty file added tools/qleany/core
Empty file.
Loading

0 comments on commit 0857851

Please sign in to comment.