diff options
| author | Oswald Buddenhagen <[email protected]> | 2011-11-15 17:30:21 +0100 |
|---|---|---|
| committer | Oswald Buddenhagen <[email protected]> | 2011-11-18 10:40:09 +0100 |
| commit | c344032bd5c3eca615e382d0a3b1d6975102096b (patch) | |
| tree | ca9db06d54274b03be6838451535993132f7fc7c /src/libs/cplusplus/cplusplus.pro | |
| parent | b8d2e4972939ba28411291b17fa048fa76e5ed5e (diff) | |
centralize setting of "CONFIG += shared dll" for libraries
"dll" and "shared" set each other, but too late to actually test for it
in the project files, so include both.
note that this will slightly modify the build of some of our imported qt
solutions.
Change-Id: I0bd4f41a68fd160f8e87eb0a0fa66096fe70ef3e
Reviewed-by: Maurice Kalinowski <[email protected]>
Diffstat (limited to 'src/libs/cplusplus/cplusplus.pro')
| -rw-r--r-- | src/libs/cplusplus/cplusplus.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/cplusplus/cplusplus.pro b/src/libs/cplusplus/cplusplus.pro index 57d009f1614..82ee8bfded0 100644 --- a/src/libs/cplusplus/cplusplus.pro +++ b/src/libs/cplusplus/cplusplus.pro @@ -1,5 +1,4 @@ TEMPLATE = lib -CONFIG+=dll TARGET = CPlusPlus DEFINES += NDEBUG |
