Changeset 581


Ignore:
Timestamp:
Feb 19, 2010, 12:34:05 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

packaging: qpmobjectwindow_pm_p.h isn't necessary in the "dev" package after r580.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • packaging/Makefile.packages

    r549 r581  
    9292# @todo QtDsgn4.dll and QtDsgC4.dll must be taken from $(QT_INSTALL)
    9393# on the next release
    94 # @todo private/qpmobjectwindow_pm_p.h must not be included at all after the fix!
    9594
    9695pkg.dev.libraries.PATH          = $(WPI_ROOT)/pkg.dev.libraries
     
    105104        $(QT_INSTALL)/include/ \
    106105        $(QT_INSTALL)/phrasebooks/ \
    107         QtEnv.cmd->util/ \
    108         $(QT_BUILD)/src/corelib/kernel/qpmobjectwindow_pm_p.h->include/QtCore/private/
     106        QtEnv.cmd->util/
    109107
    110108pkg.dev.runtime.PATH            = $(WPI_ROOT)/pkg.dev.runtime
     
    229227$(foreach pkg,$($(1)._PACKAGES),$(eval $(call GenWpiRuleHelper,$(1),$(pkg))))
    230228$(1): $($(1).PACKAGES) $($(1).SCRIPT)
    231         -del $($(1).PATH)
     229        -del $()
    232230        $(WIC) $($(1).PATH) -a $($(1)._PACKAGES_CMD) -s $($(1).SCRIPT)
    233231$(foreach pkg,$($(1).PACKAGES),$(eval $(pkg).TARGETS :=))
Note: See TracChangeset for help on using the changeset viewer.