|
Last change
on this file was 2, checked in by Dmitry A. Kuminov, 17 years ago |
|
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
|
File size:
469 bytes
|
| Line | |
|---|
| 1 | HEADERS = echowindow.h \
|
|---|
| 2 | echointerface.h
|
|---|
| 3 | SOURCES = echowindow.cpp \
|
|---|
| 4 | main.cpp
|
|---|
| 5 |
|
|---|
| 6 | TARGET = echoplugin
|
|---|
| 7 | win32 {
|
|---|
| 8 | debug:DESTDIR = ../debug/
|
|---|
| 9 | release:DESTDIR = ../release/
|
|---|
| 10 | } else {
|
|---|
| 11 | DESTDIR = ../
|
|---|
| 12 | }
|
|---|
| 13 |
|
|---|
| 14 | # install
|
|---|
| 15 | target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin
|
|---|
| 16 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS echowindow.pro
|
|---|
| 17 | sources.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin/echowindow
|
|---|
| 18 | INSTALLS += target sources
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.