Last change
on this file since 555 was 555, checked in by Dmitry A. Kuminov, 15 years ago |
examples: Fixed: TEMPLATE=lib should come before $$qtLibraryTarget($$TARGET) is used [vendor bug].
|
File size:
580 bytes
|
Line | |
---|
1 | #! [0] #! [1]
|
---|
2 | TEMPLATE = lib
|
---|
3 | #! [0]
|
---|
4 | TARGET = $$qtLibraryTarget($$TARGET)
|
---|
5 | os2:TARGET_SHORT = $$qtLibraryTarget(cstmwgt)
|
---|
6 | #! [2]
|
---|
7 | CONFIG += designer plugin
|
---|
8 | #! [1] #! [2]
|
---|
9 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
|
---|
10 |
|
---|
11 | #! [3]
|
---|
12 | HEADERS = analogclock.h \
|
---|
13 | customwidgetplugin.h
|
---|
14 | SOURCES = analogclock.cpp \
|
---|
15 | customwidgetplugin.cpp
|
---|
16 | #! [3]
|
---|
17 |
|
---|
18 | # install
|
---|
19 | target.path = $$[QT_INSTALL_PLUGINS]/designer
|
---|
20 | sources.files = $$SOURCES $$HEADERS *.pro
|
---|
21 | sources.path = $$[QT_INSTALL_EXAMPLES]/designer/customwidgetplugin
|
---|
22 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.