Last change
on this file since 1165 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
607 bytes
|
Line | |
---|
1 | HEADERS = locationdialog.h \
|
---|
2 | mainwindow.h \
|
---|
3 | settingstree.h \
|
---|
4 | variantdelegate.h
|
---|
5 | SOURCES = locationdialog.cpp \
|
---|
6 | main.cpp \
|
---|
7 | mainwindow.cpp \
|
---|
8 | settingstree.cpp \
|
---|
9 | variantdelegate.cpp
|
---|
10 |
|
---|
11 | # install
|
---|
12 | target.path = $$[QT_INSTALL_EXAMPLES]/tools/settingseditor
|
---|
13 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS settingseditor.pro inifiles
|
---|
14 | sources.path = $$[QT_INSTALL_EXAMPLES]/tools/settingseditor
|
---|
15 | INSTALLS += target sources
|
---|
16 |
|
---|
17 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.