Last change
on this file was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
478 bytes
|
Line | |
---|
1 | HEADERS = dialog.h
|
---|
2 | SOURCES = main.cpp \
|
---|
3 | dialog.cpp
|
---|
4 |
|
---|
5 | # install
|
---|
6 | target.path = $$[QT_INSTALL_EXAMPLES]/dialogs/sipdialog
|
---|
7 | sources.files = $$SOURCES $$HEADERS *.pro
|
---|
8 | sources.path = $$[QT_INSTALL_EXAMPLES]/dialogs/sipdialog
|
---|
9 | INSTALLS += target sources
|
---|
10 |
|
---|
11 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
12 | wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
|
---|
13 |
|
---|
14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.