diff options
author | Thomas Zander <thomas.zander@trolltech.com> | 2009-06-09 13:36:11 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-10 03:54:17 (GMT) |
commit | 6d04717ea2dd426559ba202a3adf2a8a4f387c31 (patch) | |
tree | 916d5b2946e8dff1f19c1f35684a763439199d0f | |
parent | aef25cf1d783a6095f69475c94a064a0ba241440 (diff) | |
download | Qt-6d04717ea2dd426559ba202a3adf2a8a4f387c31.zip Qt-6d04717ea2dd426559ba202a3adf2a8a4f387c31.tar.gz Qt-6d04717ea2dd426559ba202a3adf2a8a4f387c31.tar.bz2 |
BT: Make the spreadsheet demo install its header files so it will compile after installing
(cherry picked from commit c87d03e01a01fa84c7a14e9b330219f2a80f8ffa)
-rw-r--r-- | demos/spreadsheet/spreadsheet.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/spreadsheet/spreadsheet.pro b/demos/spreadsheet/spreadsheet.pro index b62f244..6ed0016 100644 --- a/demos/spreadsheet/spreadsheet.pro +++ b/demos/spreadsheet/spreadsheet.pro @@ -27,7 +27,7 @@ build_all:!build_pass { # install target.path = $$[QT_INSTALL_DEMOS]/spreadsheet -sources.files = $$SOURCES $$RESOURCES *.pro images +sources.files = $$SOURCES $$RESOURCES *.pro images $$HEADERS sources.path = $$[QT_INSTALL_DEMOS]/spreadsheet INSTALLS += target sources |