diff -r 000000000000 -r 1918ee327afb examples/draganddrop/dropsite/dropsite.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/draganddrop/dropsite/dropsite.pro Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,13 @@ +HEADERS = droparea.h \ + dropsitewindow.h +SOURCES = droparea.cpp \ + dropsitewindow.cpp \ + main.cpp + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/draganddrop/dropsite +sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro images +sources.path = $$[QT_INSTALL_EXAMPLES]/draganddrop/dropsite +INSTALLS += target sources + +symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)