Last change
on this file since 561 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
761 bytes
|
Rev | Line | |
---|
[2] | 1 | ######################################################################
|
---|
| 2 | # Automatically generated by qmake (2.01a) Tue Aug 29 12:28:05 2006
|
---|
| 3 | ######################################################################
|
---|
| 4 |
|
---|
| 5 | TEMPLATE = app
|
---|
| 6 | TARGET =
|
---|
| 7 | DEPENDPATH += .
|
---|
| 8 | INCLUDEPATH += .
|
---|
| 9 | CONFIG += qdbus
|
---|
| 10 |
|
---|
| 11 | # Input
|
---|
| 12 | # DBUS_INTERFACES += car.xml
|
---|
| 13 | FORMS += controller.ui
|
---|
| 14 | HEADERS += car_interface_p.h controller.h
|
---|
| 15 | SOURCES += main.cpp car_interface.cpp controller.cpp
|
---|
| 16 |
|
---|
| 17 | # install
|
---|
| 18 | target.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/controller
|
---|
| 19 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xml
|
---|
| 20 | sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/controller
|
---|
| 21 | INSTALLS += target sources
|
---|
[561] | 22 |
|
---|
| 23 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.