a5e95ce39e
Implemented for QFileDialog, currently. Task-number: QTBUG-27621 Change-Id: I0c9b7628aa92e3fbca6f737448a7c469893764f1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
9 lines
167 B
Prolog
9 lines
167 B
Prolog
QT += core gui
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
TARGET = dialogs
|
|
TEMPLATE = app
|
|
|
|
SOURCES += main.cpp filedialogpanel.cpp
|
|
HEADERS += filedialogpanel.h
|