forked from qt-creator/qt-creator
13 lines
163 B
Prolog
13 lines
163 B
Prolog
|
|
TARGET = TextFinder
|
||
|
|
TEMPLATE = app
|
||
|
|
|
||
|
|
|
||
|
|
SOURCES += main.cpp\
|
||
|
|
textfinder.cpp
|
||
|
|
|
||
|
|
HEADERS += textfinder.h
|
||
|
|
|
||
|
|
FORMS += textfinder.ui
|
||
|
|
|
||
|
|
RESOURCES += textfinder.qrc
|