1{ 2 qtModule, 3 qtbase, 4 qtdeclarative, 5}: 6 7qtModule { 8 pname = "qtremoteobjects"; 9 propagatedBuildInputs = [ 10 qtbase 11 qtdeclarative 12 ]; 13 # cycle is detected in build when adding "dev" "bin" too 14 outputs = [ "out" ]; 15}