src/hbtools/hbthemeindexer/hbthemeindexer.pro
changeset 34 ed14f46c0e55
parent 2 06ff229162e9
equal deleted inserted replaced
31:7516d6d86cf5 34:ed14f46c0e55
    35 DEFINES += HB_BOOTSTRAPPED
    35 DEFINES += HB_BOOTSTRAPPED
    36 QT = core gui svg
    36 QT = core gui svg
    37 CONFIG += console
    37 CONFIG += console
    38 CONFIG -= app_bundle
    38 CONFIG -= app_bundle
    39 
    39 
       
    40 static:QTPLUGIN += qsvg
       
    41 
    40 # directories
    42 # directories
    41 DESTDIR = $${HB_BUILD_DIR}/bin
    43 DESTDIR = $${HB_BUILD_DIR}/bin
    42 
    44 
    43 # dependencies
    45 # dependencies
    44 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbthemeindex_p.h
    46 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbthemeindex_p.h
    45 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/core/hbthemeindex.cpp
    47 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/core/hbthemeindex.cpp
       
    48 
       
    49 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/core/hbhash_p.h
       
    50 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/core/hbhash_p.cpp
    46 
    51 
    47 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/image/hbiconsource_p.h
    52 HEADERS += $${HB_SOURCE_DIR}/src/hbcore/image/hbiconsource_p.h
    48 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/image/hbiconsource.cpp
    53 SOURCES += $${HB_SOURCE_DIR}/src/hbcore/image/hbiconsource.cpp
    49 
    54 
    50 # Input
    55 # Input