stop defining QT.<module>.sources
[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]