src/qt3support/dialogs/dialogs.pri
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Thu, 29 Apr 2010 15:15:16 +0300
branchRCL_3
changeset 17 4b6ee5efea19
parent 0 1918ee327afb
permissions -rw-r--r--
2010-17 9996a03743ab23f83c83c5bc7ade0f82f71b1506

# Qt compat module

HEADERS += \
	dialogs/q3filedialog.h \
	dialogs/q3tabdialog.h \
	dialogs/q3progressdialog.h \
	dialogs/q3wizard.h

SOURCES += \
	dialogs/q3filedialog.cpp \
	dialogs/q3progressdialog.cpp \
	dialogs/q3tabdialog.cpp \
	dialogs/q3wizard.cpp

win32:SOURCES += dialogs/q3filedialog_win.cpp
!embedded:mac:SOURCES  += dialogs/q3filedialog_mac.cpp