diff options
-rw-r--r-- | qtdeclarative.morph | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qtdeclarative.morph b/qtdeclarative.morph new file mode 100644 index 0000000000..85d7349923 --- /dev/null +++ b/qtdeclarative.morph @@ -0,0 +1,11 @@ +name: qtdeclarative +kind: chunk +configure-commands: +- qmake +build-commands: +- make +- make html_docs +install-commands: +- make install INSTALL_ROOT="$DESTDIR" +- make install_html_docs INSTALL_ROOT="$DESTDIR" + |