forked from qt-creator/qt-creator
Enable compilation with Qt 5 and remove a warning. Change-Id: Ieed6ef829551122f37b4ce052288f8e0f76c9716 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
11 lines
218 B
Prolog
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
|