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 <maurice.kalinowski@nokia.com>
This commit is contained in:
Oswald Buddenhagen
2011-11-15 17:30:21 +01:00
parent b8d2e49729
commit c344032bd5
12 changed files with 2 additions and 12 deletions

View File

@@ -1,5 +1,4 @@
TEMPLATE = lib
CONFIG+=dll
TARGET = CPlusPlus
DEFINES += NDEBUG