projects
/
profile
/
ivi
/
qtbase.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4446e8eb7bac400faf7cda529ddfdb72cb290d43
[profile/ivi/qtbase.git]
/
doc
/
src
/
snippets
/
code
/
doc_src_examples_textfinder.pro
1
#! [0]
2
QT += uitools
3
HEADERS = textfinder.h
4
RESOURCES = textfinder.qrc
5
SOURCES = textfinder.cpp main.cpp
6
#! [0]