tests/auto/qpluginloader/qpluginloader.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 QT = core
       
     2 TEMPLATE    =	subdirs
       
     3 CONFIG  += ordered
       
     4 SUBDIRS	=	lib \
       
     5                 theplugin \
       
     6 		tst
       
     7 !win32: !macx-*: !symbian: SUBDIRS += almostplugin
       
     8 TARGET = tst_qpluginloader
       
     9 
       
    10 # no special install rule for subdir
       
    11 INSTALLS =
       
    12 
       
    13