Ignore:
Timestamp:
Feb 9, 2010, 2:24:11 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

examples: Fixed: TEMPLATE=lib should come before $$qtLibraryTarget($$TARGET) is used [vendor bug].

Location:
trunk/examples/designer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/designer/customwidgetplugin/customwidgetplugin.pro

    r553 r555  
    11#! [0] #! [1]
    2 CONFIG      += designer plugin
     2TEMPLATE    = lib
    33#! [0]
    44TARGET      = $$qtLibraryTarget($$TARGET)
    55os2:TARGET_SHORT = $$qtLibraryTarget(cstmwgt)
    66#! [2]
    7 TEMPLATE    = lib
     7CONFIG      += designer plugin
    88#! [1] #! [2]
    99QTDIR_build:DESTDIR     = $$QT_BUILD_TREE/plugins/designer
  • trunk/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro

    r553 r555  
    11#! [0]
    2 CONFIG      += designer plugin
     2TEMPLATE    = lib
    33#! [0]
    44TARGET      = $$qtLibraryTarget($$TARGET)
    55os2:TARGET_SHORT = $$qtLibraryTarget(wrldclk)
    66#! [1]
    7 TEMPLATE    = lib
     7CONFIG      += designer plugin
    88#! [1]
    99QTDIR_build:DESTDIR     = $$QT_BUILD_TREE/plugins/designer
Note: See TracChangeset for help on using the changeset viewer.