diff options
author | Orgad Shaneh <[email protected]> | 2013-01-12 23:29:24 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2013-01-16 01:14:08 +0100 |
commit | 88267a3299dd1414b1889028e35917841d47fdcc (patch) | |
tree | be8bef444995de9a3b46020f56cf989a584b293d /src/libs/aggregation/aggregation.pro | |
parent | a31dd26e484f81564db98ce75bc3d874babc0a83 (diff) |
Generalize QT_NO_CAST_FROM_ASCII
Change-Id: I2b6c5876cafb7cf19fc3040bc84fd88a90b6c0e0
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/libs/aggregation/aggregation.pro')
-rw-r--r-- | src/libs/aggregation/aggregation.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/aggregation/aggregation.pro b/src/libs/aggregation/aggregation.pro index 2ed325667aa..b601bbc0610 100644 --- a/src/libs/aggregation/aggregation.pro +++ b/src/libs/aggregation/aggregation.pro @@ -3,7 +3,7 @@ TARGET = Aggregation include(../../qtcreatorlibrary.pri) -DEFINES += AGGREGATION_LIBRARY QT_NO_CAST_FROM_ASCII +DEFINES += AGGREGATION_LIBRARY HEADERS = aggregate.h \ aggregation_global.h |