util/tests/auto/qlibrary/lib/lib.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 TEMPLATE = lib
       
     2 CONFIG += dll
       
     3 CONFIG -= staticlib
       
     4 SOURCES		= mylib.c
       
     5 TARGET = mylib
       
     6 DESTDIR = ../
       
     7 QT = core
       
     8 
       
     9 wince*: DEFINES += WIN32_MSVC
       
    10 win32-msvc: DEFINES += WIN32_MSVC
       
    11 win32-borland: DEFINES += WIN32_BORLAND
       
    12 
       
    13 #no special install rule for the library used by test
       
    14 INSTALLS =
       
    15 
       
    16 symbian: TARGET.CAPABILITY=ALL -TCB
       
    17