04a5a74685
Add a command line program allowing to test rename, copy, etc. Task-number: QTBUG-28246 Change-Id: Ie9667f03b65a874475700ec9ecd91ca2ed32ed97 Reviewed-by: David Faure (KDE) <faure@kde.org>
7 lines
85 B
Prolog
7 lines
85 B
Prolog
TEMPLATE = app
|
|
QT = core
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
|
|
SOURCES += main.cpp
|