Changeset 890 for trunk/tools
- Timestamp:
- Jul 14, 2011, 10:47:27 PM (14 years ago)
- Location:
- trunk/tools/designer/src/plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/designer/src/plugins/plugins.pri
r2 r890 1 1 CONFIG += designer 2 win32| mac: CONFIG+= debug_and_release2 win32|mac: CONFIG+= debug_and_release 3 3 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer 4 4 contains(TEMPLATE, ".*lib"):TARGET = $$qtLibraryTarget($$TARGET) -
trunk/tools/designer/src/plugins/qdeclarativeview/qdeclarativeview.pro
r846 r890 1 1 TEMPLATE = lib 2 2 TARGET = qdeclarativeview 3 3 4 CONFIG += qt warn_on plugin designer 4 5 QT += declarative -
trunk/tools/designer/src/plugins/qwebview/qwebview.pro
r2 r890 1 1 TEMPLATE = lib 2 2 TARGET = qwebview 3 3 4 CONFIG += qt warn_on plugin 4 5 QT += webkit
Note:
See TracChangeset
for help on using the changeset viewer.