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