forked from qt-creator/qt-creator
Qt 5.3 is the minimum requirement these days. Remove all fallback code from sources and project files. Change-Id: If6188a471197acadda4d6baee71804ba1a8026c6 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
10 lines
174 B
Prolog
10 lines
174 B
Prolog
include(../ssh.pri)
|
|
include(../../../../src/shared/modeltest/modeltest.pri)
|
|
|
|
QT += widgets
|
|
|
|
TARGET=sftpfsmodel
|
|
SOURCES+=main.cpp window.cpp
|
|
HEADERS+=window.h
|
|
FORMS=window.ui
|