Changeset 96418 in webkit


Ignore:
Timestamp:
Sep 30, 2011 1:22:20 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

[Qt] wtf header files are unknown to Qt Creator
https://bugs.webkit.org/show_bug.cgi?id=69158

Adding the HEADERS variable in wtf.pri so that
the header files can be accessed easily.

Patch by Pierre Rossi <pierre.rossi@gmail.com> on 2011-09-30
Reviewed by Andreas Kling.

  • wtf/wtf.pri:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r96415 r96418  
     12011-09-30  Pierre Rossi  <pierre.rossi@gmail.com>
     2
     3        [Qt] wtf header files are unknown to Qt Creator
     4        https://bugs.webkit.org/show_bug.cgi?id=69158
     5
     6        Adding the HEADERS variable in wtf.pri so that
     7        the header files can be accessed easily.
     8
     9        Reviewed by Andreas Kling.
     10
     11        * wtf/wtf.pri:
     12
    1132011-09-30  Gavin Barraclough  <barraclough@apple.com>
    214
  • trunk/Source/JavaScriptCore/wtf/wtf.pri

    r95895 r96418  
    11# wtf - qmake build info
     2HEADERS += \
     3    wtf/Alignment.h \
     4    wtf/AlwaysInline.h \
     5    wtf/ASCIICType.h \
     6    wtf/Assertions.h \
     7    wtf/Atomics.h \
     8    wtf/AVLTree.h \
     9    wtf/Bitmap.h \
     10    wtf/BitVector.h \
     11    wtf/BloomFilter.h \
     12    wtf/BoundsCheckedPointer.h \
     13    wtf/BumpPointerAllocator.h \
     14    wtf/ByteArray.h \
     15    wtf/CheckedArithmetic.h \
     16    wtf/Compiler.h \
     17    wtf/CrossThreadRefCounted.h \
     18    wtf/CryptographicallyRandomNumber.h \
     19    wtf/CurrentTime.h \
     20    wtf/DateMath.h \
     21    wtf/DecimalNumber.h \
     22    wtf/Decoder.h \
     23    wtf/Deque.h \
     24    wtf/DisallowCType.h \
     25    wtf/dtoa/bignum-dtoa.h \
     26    wtf/dtoa/bignum.h \
     27    wtf/dtoa/cached-powers.h \
     28    wtf/dtoa/diy-fp.h \
     29    wtf/dtoa/double-conversion.h \
     30    wtf/dtoa/double.h \
     31    wtf/dtoa/fast-dtoa.h \
     32    wtf/dtoa/fixed-dtoa.h \
     33    wtf/dtoa.h \
     34    wtf/dtoa/strtod.h \
     35    wtf/dtoa/utils.h \
     36    wtf/DynamicAnnotations.h \
     37    wtf/Encoder.h \
     38    wtf/FastAllocBase.h \
     39    wtf/FastMalloc.h \
     40    wtf/FixedArray.h \
     41    wtf/Forward.h \
     42    wtf/GetPtr.h \
     43    wtf/HashCountedSet.h \
     44    wtf/HashFunctions.h \
     45    wtf/HashIterators.h \
     46    wtf/HashMap.h \
     47    wtf/HashSet.h \
     48    wtf/HashTable.h \
     49    wtf/HashTraits.h \
     50    wtf/HexNumber.h \
     51    wtf/ListHashSet.h \
     52    wtf/ListRefPtr.h \
     53    wtf/Locker.h \
     54    wtf/MainThread.h \
     55    wtf/MallocZoneSupport.h \
     56    wtf/MathExtras.h \
     57    wtf/MD5.h \
     58    wtf/MessageQueue.h \
     59    wtf/MetaAllocator.h \
     60    wtf/MetaAllocatorHandle.h \
     61    wtf/Noncopyable.h \
     62    wtf/NonCopyingSort.h \
     63    wtf/NotFound.h \
     64    wtf/NullPtr.h \
     65    wtf/OSAllocator.h \
     66    wtf/OSRandomSource.h \
     67    wtf/OwnArrayPtr.h \
     68    wtf/OwnFastMallocPtr.h \
     69    wtf/OwnPtrCommon.h \
     70    wtf/OwnPtr.h \
     71    wtf/PackedIntVector.h \
     72    wtf/PageAllocationAligned.h \
     73    wtf/PageAllocation.h \
     74    wtf/PageAllocatorSymbian.h \
     75    wtf/PageBlock.h \
     76    wtf/PageReservation.h \
     77    wtf/ParallelJobsGeneric.h \
     78    wtf/ParallelJobs.h \
     79    wtf/ParallelJobsLibdispatch.h \
     80    wtf/ParallelJobsOpenMP.h \
     81    wtf/PassOwnArrayPtr.h \
     82    wtf/PassOwnPtr.h \
     83    wtf/PassRefPtr.h \
     84    wtf/PassTraits.h \
     85    wtf/Platform.h \
     86    wtf/PossiblyNull.h \
     87    wtf/RandomNumber.h \
     88    wtf/RandomNumberSeed.h \
     89    wtf/RedBlackTree.h \
     90    wtf/RefCounted.h \
     91    wtf/RefCountedLeakCounter.h \
     92    wtf/RefPtr.h \
     93    wtf/RefPtrHashMap.h \
     94    wtf/RetainPtr.h \
     95    wtf/SHA1.h \
     96    wtf/StackBounds.h \
     97    wtf/StaticConstructors.h \
     98    wtf/StdLibExtras.h \
     99    wtf/StringExtras.h \
     100    wtf/StringHasher.h \
     101    wtf/TCPackedCache.h \
     102    wtf/TCSpinLock.h \
     103    wtf/TCSystemAlloc.h \
     104    wtf/text/AtomicString.h \
     105    wtf/text/AtomicStringHash.h \
     106    wtf/text/AtomicStringImpl.h \
     107    wtf/text/CString.h \
     108    wtf/text/StringBuffer.h \
     109    wtf/text/StringBuilder.h \
     110    wtf/text/StringConcatenate.h \
     111    wtf/text/StringHash.h \
     112    wtf/text/StringImplBase.h \
     113    wtf/text/StringImpl.h \
     114    wtf/text/StringOperators.h \
     115    wtf/text/TextPosition.h \
     116    wtf/text/WTFString.h \
     117    wtf/Threading.h \
     118    wtf/ThreadingPrimitives.h \
     119    wtf/ThreadRestrictionVerifier.h \
     120    wtf/ThreadSafeRefCounted.h \
     121    wtf/ThreadSpecific.h \
     122    wtf/TypeTraits.h \
     123    wtf/unicode/CharacterNames.h \
     124    wtf/unicode/Collator.h \
     125    wtf/unicode/icu/UnicodeIcu.h \
     126    wtf/unicode/qt4/UnicodeQt4.h \
     127    wtf/unicode/ScriptCodesFromICU.h \
     128    wtf/unicode/Unicode.h \
     129    wtf/unicode/UnicodeMacrosFromICU.h \
     130    wtf/unicode/UTF8.h \
     131    wtf/UnusedParam.h \
     132    wtf/ValueCheck.h \
     133    wtf/Vector.h \
     134    wtf/VectorTraits.h \
     135    wtf/VMTags.h \
     136    wtf/WTFThreadData.h
    2137
    3138SOURCES += \
     
    56191        PKGCONFIG += glib-2.0 gio-2.0
    57192        CONFIG += link_pkgconfig
     193
     194        HEADERS += wtf/gobject/GOwnPtr.h
    58195    }
    59196}
Note: See TracChangeset for help on using the changeset viewer.