forked from qt-creator/qt-creator
Doc: Add QT option to .pro file
...to be able to build the example. Change-Id: If79b5e5cf95e6e67c3c6c22583a047e427fb741a Reviewed-by: Niels Weber <niels.weber@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
committed by
Leena Miettinen
parent
b3b5749c4a
commit
f6cbf65035
@@ -1,6 +1,7 @@
|
|||||||
TARGET = TextFinder
|
TARGET = TextFinder
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
|
QT += widgets
|
||||||
|
|
||||||
SOURCES += main.cpp\
|
SOURCES += main.cpp\
|
||||||
textfinder.cpp
|
textfinder.cpp
|
||||||
|
Reference in New Issue
Block a user