qt5: factor out common definitions and remove symlink farm
The module definitions are factored out and shared between qt56 and qt59. The symlink farm which was created during builds is no longer needed.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ qtModule, qtbase, qttools }:
|
||||
|
||||
qtModule {
|
||||
name = "qtscript";
|
||||
qtInputs = [ qtbase qttools ];
|
||||
}
|
||||
Reference in New Issue
Block a user