src/gui/text/text.pri
changeset 30 5dc02b23752f
parent 3 41300fa6a67c
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    35 	text/qtextdocumentwriter.h \
    35 	text/qtextdocumentwriter.h \
    36 	text/qcssparser_p.h \
    36 	text/qcssparser_p.h \
    37 	text/qtexttable_p.h \
    37 	text/qtexttable_p.h \
    38 	text/qzipreader_p.h \
    38 	text/qzipreader_p.h \
    39 	text/qzipwriter_p.h \
    39 	text/qzipwriter_p.h \
    40 	text/qtextodfwriter_p.h
    40 	text/qtextodfwriter_p.h \
       
    41 	text/qstatictext_p.h \
       
    42 	text/qstatictext.h
    41 
    43 
    42 SOURCES += \
    44 SOURCES += \
    43 	text/qfont.cpp \
    45 	text/qfont.cpp \
    44 	text/qfontengine.cpp \
    46 	text/qfontengine.cpp \
    45 	text/qfontsubset.cpp \
    47 	text/qfontsubset.cpp \
    64 	text/qtextlist.cpp \
    66 	text/qtextlist.cpp \
    65 	text/qtextdocumentwriter.cpp \
    67 	text/qtextdocumentwriter.cpp \
    66 	text/qsyntaxhighlighter.cpp \
    68 	text/qsyntaxhighlighter.cpp \
    67 	text/qcssparser.cpp \
    69 	text/qcssparser.cpp \
    68 	text/qzip.cpp \
    70 	text/qzip.cpp \
    69 	text/qtextodfwriter.cpp
    71 	text/qtextodfwriter.cpp \
       
    72 	text/qstatictext.cpp
    70 
    73 
    71 win32 {
    74 win32 {
    72 	SOURCES += \
    75 	SOURCES += \
    73 		text/qfont_win.cpp \
    76 		text/qfont_win.cpp \
    74 		text/qfontengine_win.cpp
    77 		text/qfontengine_win.cpp