diff options
author | Christian Kandeler <christian.kandeler@digia.com> | 2013-09-06 14:30:14 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@digia.com> | 2013-09-09 12:06:59 +0200 |
commit | 929ba4a0d52b67ec30fd7443b11ef5005499f94b (patch) | |
tree | 476ed90beac4eb7aae5198cef6abf948576f1302 /src | |
parent | 443621ce2d2ac7ed99af8f29dba90c0ae5a16748 (diff) | |
download | qbs-929ba4a0d52b67ec30fd7443b11ef5005499f94b.tar.gz |
Install qbs_export.h.
It is referenced by other public headers and therefore has to be
installed as well.
Change-Id: If0973d36dd75e6822b1826f89884af7069003ea0
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/lib.qbs | 2 | ||||
-rw-r--r-- | src/lib/tools/tools.pri | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/lib.qbs b/src/lib/lib.qbs index bfefd3ab3..d651ed096 100644 --- a/src/lib/lib.qbs +++ b/src/lib/lib.qbs @@ -270,7 +270,6 @@ Product { "progressobserver.h", "propertyfinder.cpp", "propertyfinder.h", - "qbs_export.h", "qbsassert.cpp", "qbsassert.h", "qttools.cpp", @@ -296,6 +295,7 @@ Product { "preferences.h", "processresult.h", "profile.h", + "qbs_export.h", "settings.h", "setupprojectparameters.h", ] diff --git a/src/lib/tools/tools.pri b/src/lib/tools/tools.pri index 730641376..fca3d8f4b 100644 --- a/src/lib/tools/tools.pri +++ b/src/lib/tools/tools.pri @@ -70,6 +70,7 @@ all_tests { $$PWD/preferences.h \ $$PWD/profile.h \ $$PWD/processresult.h \ + $$PWD/qbs_export.h \ $$PWD/buildoptions.h \ $$PWD/installoptions.h \ $$PWD/setupprojectparameters.h |