source: trunk/examples/tools/settingseditor/settingseditor.pro@ 268

Last change on this file since 268 was 2, checked in by Dmitry A. Kuminov, 17 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 542 bytes
Line 
1HEADERS = locationdialog.h \
2 mainwindow.h \
3 settingstree.h \
4 variantdelegate.h
5SOURCES = locationdialog.cpp \
6 main.cpp \
7 mainwindow.cpp \
8 settingstree.cpp \
9 variantdelegate.cpp
10
11# install
12target.path = $$[QT_INSTALL_EXAMPLES]/tools/settingseditor
13sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS settingseditor.pro inifiles
14sources.path = $$[QT_INSTALL_EXAMPLES]/tools/settingseditor
15INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.