937e014e63
This patch renames some of the manual test by prefixing them with tst_manual_ to make sure they are unique in the project structure. This is a requirement for the CMake port. Change-Id: Ie393b125ce5a35b7069cf006db0f3af8c4fda5b4 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
10 lines
128 B
Prolog
10 lines
128 B
Prolog
TEMPLATE = app
|
|
TARGET= tst_manual_lineedits
|
|
QT += widgets
|
|
|
|
SOURCES += \
|
|
main.cpp \
|
|
window.cpp
|
|
HEADERS += \
|
|
window.h
|