examples/qws/dbscreen/dbscreen.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TEMPLATE    = lib
       
     2 CONFIG     += plugin
       
     3 
       
     4 TARGET      = dbscreen
       
     5 target.path += $$[QT_INSTALL_PLUGINS]/gfxdrivers
       
     6 INSTALLS    += target
       
     7 
       
     8 HEADERS     = dbscreen.h 
       
     9 SOURCES     = dbscreendriverplugin.cpp \
       
    10               dbscreen.cpp 
       
    11