1{
2 qtModule,
3 lib,
4 qtbase,
5 qtdeclarative,
6}:
7
8qtModule {
9 pname = "qtpim";
10
11 outputs = [
12 "out"
13 "dev"
14 ];
15
16 propagatedBuildInputs = [
17 qtbase
18 qtdeclarative
19 ];
20
21 qmakeFlags = [
22 "CONFIG+=git_build"
23 ];
24
25 meta = {
26 maintainers = with lib.maintainers; [ OPNA2608 ];
27 };
28}