adding some things to env
This commit is contained in:
parent
834b21b7d2
commit
87bb586012
2 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
|||
CMAKE_C_COMPILER = "${pkgs.gcc}/bin/gcc";
|
||||
CMAKE_CXX_COMPILER = "${pkgs.gcc}/bin/g++";
|
||||
CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG = true;
|
||||
QML_IMPORT_PATH = "${pkgs.qt6.full}/lib/qt-6/:${pkgs.qt6.qtmultimedia}/lib/qt-6/:${pkgs.qt6.qtwebengine}/lib/qt-6/:${pkgs.qt6.qtimageformats}:${pkgs.kdePackages.kirigami}/lib/qt-6/";
|
||||
# KDE_INCLUDEDIR = "${pkgs.kdePackages.kirigami}/include";
|
||||
# KDE_QMLDIR = "${pkgs.kdePackages.kirigami}/lib/qt-6/qml/";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue