a889305c7e
all examples compile again
22 lines
524 B
Prolog
22 lines
524 B
Prolog
HEADERS = database.h \
|
|
dialog.h \
|
|
mainwindow.h
|
|
RESOURCES = masterdetail.qrc
|
|
SOURCES = dialog.cpp \
|
|
main.cpp \
|
|
mainwindow.cpp
|
|
|
|
QT += sql widgets
|
|
QT += xml widgets
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/masterdetail
|
|
sources.files = $$SOURCES *.h $$RESOURCES $$FORMS masterdetail.pro *.xml images
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/masterdetail
|
|
INSTALLS += target sources
|
|
|
|
symbian {
|
|
TARGET.UID3 = 0xA000D7CF
|
|
CONFIG += qt_example
|
|
}
|