|
Last change
on this file since 932 was 561, checked in by Dmitry A. Kuminov, 16 years ago |
|
trunk: Merged in qt 4.6.1 sources.
|
|
File size:
820 bytes
|
| Line | |
|---|
| 1 | #! [0]
|
|---|
| 2 | TEMPLATE = lib
|
|---|
| 3 | #! [0]
|
|---|
| 4 | TARGET = $$qtLibraryTarget($$TARGET)
|
|---|
| 5 | os2:TARGET_SHORT = $$qtLibraryTarget(cntrext)
|
|---|
| 6 | #! [1]
|
|---|
| 7 | CONFIG += designer plugin
|
|---|
| 8 | #! [1]
|
|---|
| 9 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
|
|---|
| 10 |
|
|---|
| 11 | #! [2]
|
|---|
| 12 | HEADERS += multipagewidget.h \
|
|---|
| 13 | multipagewidgetplugin.h \
|
|---|
| 14 | multipagewidgetcontainerextension.h \
|
|---|
| 15 | multipagewidgetextensionfactory.h
|
|---|
| 16 |
|
|---|
| 17 | SOURCES += multipagewidget.cpp \
|
|---|
| 18 | multipagewidgetplugin.cpp \
|
|---|
| 19 | multipagewidgetcontainerextension.cpp \
|
|---|
| 20 | multipagewidgetextensionfactory.cpp
|
|---|
| 21 | #! [2]
|
|---|
| 22 |
|
|---|
| 23 | # install
|
|---|
| 24 | target.path = $$[QT_INSTALL_PLUGINS]/designer
|
|---|
| 25 | sources.files = $$SOURCES $$HEADERS *.pro
|
|---|
| 26 | sources.path = $$[QT_INSTALL_EXAMPLES]/designer/containerextension
|
|---|
| 27 | INSTALLS += target sources
|
|---|
| 28 |
|
|---|
| 29 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.