diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-11-22 12:48:40 (GMT) |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-11-22 13:22:58 (GMT) |
commit | c6b06f07d4fdd62698e91ece75acba1f2c1748cc (patch) | |
tree | b54b5142d08274effaa1f69aa60b2f7d2fed1629 /examples/declarative/text/text.pro | |
parent | 2f4d684267f23992e656d183bde6f8c6773e5a6d (diff) | |
download | Qt-c6b06f07d4fdd62698e91ece75acba1f2c1748cc.zip Qt-c6b06f07d4fdd62698e91ece75acba1f2c1748cc.tar.gz Qt-c6b06f07d4fdd62698e91ece75acba1f2c1748cc.tar.bz2 |
Fix "make install" for declarative examples
Reviewed-by: Oswald Buddenhagen
Diffstat (limited to 'examples/declarative/text/text.pro')
-rw-r--r-- | examples/declarative/text/text.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/declarative/text/text.pro b/examples/declarative/text/text.pro new file mode 100644 index 0000000..4e86deb --- /dev/null +++ b/examples/declarative/text/text.pro @@ -0,0 +1,5 @@ +TEMPLATE = subdirs + +SUBDIRS += \ + fonts \ + textselection |