Skip to content

Commit

Permalink
qt55.qtdeclarative: fix Qt module CMake config files
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Feb 1, 2016
1 parent 6dfabcb commit 6c37beb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/libraries/qt-5/5.5/qtdeclarative/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ qtSubmodule {
patches = [ ./0001-nix-profiles-import-paths.patch ];
qtInputs = [ qtbase qtsvg qtxmlpatterns ];
nativeBuildInputs = [ python ];
postFixup = ''
fixQtModuleCMakeConfig "Qml"
fixQtModuleCMakeConfig "Quick"
fixQtModuleCMakeConfig "QuickTest"
fixQtModuleCMakeConfig "QuickWidgets"
'';
}

0 comments on commit 6c37beb

Please sign in to comment.