Last change
on this file since 385 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
532 bytes
|
Line | |
---|
1 | #! [0]
|
---|
2 | CONFIG += designer plugin
|
---|
3 | #! [0]
|
---|
4 | TARGET = $$qtLibraryTarget($$TARGET)
|
---|
5 | #! [1]
|
---|
6 | TEMPLATE = lib
|
---|
7 | #! [1]
|
---|
8 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
|
---|
9 |
|
---|
10 | #! [2]
|
---|
11 | HEADERS = worldtimeclock.h \
|
---|
12 | worldtimeclockplugin.h
|
---|
13 | SOURCES = worldtimeclock.cpp \
|
---|
14 | worldtimeclockplugin.cpp
|
---|
15 | #! [2]
|
---|
16 |
|
---|
17 | # install
|
---|
18 | target.path = $$[QT_INSTALL_PLUGINS]/designer
|
---|
19 | sources.files = $$SOURCES $$HEADERS *.pro
|
---|
20 | sources.path = $$[QT_INSTALL_EXAMPLES]/designer/worldtimeclockplugin
|
---|
21 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.