92c998afb6
Conflicts: src/gui/kernel/qapplication_x11.cpp src/gui/widgets/qlinecontrol.cpp src/gui/widgets/qlinecontrol_p.h src/gui/widgets/qtabwidget.h Change-Id: I90ba893a5553b9ff5658ca0a3221ecf76be4c736
18 lines
413 B
Prolog
18 lines
413 B
Prolog
CONFIG += qttest_p4
|
|
|
|
QT += widgets widgets-private
|
|
QT += core-private gui
|
|
|
|
SOURCES += tst_qfilesystemmodel.cpp
|
|
TARGET = tst_qfilesystemmodel
|
|
|
|
symbian: {
|
|
HEADERS += ../../../include/qtgui/private/qfileinfogatherer_p.h
|
|
|
|
# need to deploy something to create the private directory
|
|
dummyDeploy.files = tst_qfilesystemmodel.cpp
|
|
dummyDeploy.path = .
|
|
DEPLOYMENT += dummyDeploy
|
|
LIBS += -lefsrv
|
|
}
|