Files
qt-creator/tests/manual/ssh/sftpfsmodel/sftpfsmodel.pro
Christian Kandeler a49e1e0104 SSH: Fix tests.
Enable compilation with Qt 5 and remove a warning.

Change-Id: Ieed6ef829551122f37b4ce052288f8e0f76c9716
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
2012-09-26 11:39:38 +02:00

11 lines
218 B
Prolog

include(../ssh.pri)
include(../../../../src/shared/modeltest/modeltest.pri)
QT += gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET=sftpfsmodel
SOURCES+=main.cpp window.cpp
HEADERS+=window.h
FORMS=window.ui