Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/examples/tools/plugandpaint/plugandpaint.pro

    r518 r561  
    88                 paintarea.cpp \
    99                 plugindialog.cpp
    10 LIBS           = -L$${QT_BUILD_TREE}/examples/tools/plugandpaint/plugins -lpnp_basictools
     10symbian {
     11    LIBS           = -lpnp_basictools.lib
     12} else {
     13    LIBS           = -L$${QT_BUILD_TREE}/examples/tools/plugandpaint/plugins -lpnp_basictools
     14}
    1115
    1216if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
     
    2125sources.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint
    2226INSTALLS += target sources
     27
     28symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracChangeset for help on using the changeset viewer.