qt5base-lts/examples/tools/settingseditor/settingseditor.pro
Lars Knoll a889305c7e fix pro files
all examples compile again
2011-05-07 23:50:03 +02:00

19 lines
601 B
Prolog

HEADERS = locationdialog.h \
mainwindow.h \
settingstree.h \
variantdelegate.h
SOURCES = locationdialog.cpp \
main.cpp \
mainwindow.cpp \
settingstree.cpp \
variantdelegate.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/settingseditor
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS settingseditor.pro inifiles
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/settingseditor
INSTALLS += target sources
symbian: CONFIG += qt_example
QT += widgets