source: trunk/examples/dragdrop/dragdrop.pro@ 203

Last change on this file since 203 was 160, checked in by dmik, 19 years ago

Imported table and iconview modules and a bunch of dependent examples from the official release 3.3.1 from Trolltech.

File size: 223 bytes
Line 
1TEMPLATE = app
2TARGET = dragdrop
3
4CONFIG += qt warn_on release
5DEPENDPATH = ../../include
6
7REQUIRES = full-config
8
9HEADERS = dropsite.h \
10 secret.h
11SOURCES = dropsite.cpp \
12 main.cpp \
13 secret.cpp
Note: See TracBrowser for help on using the repository browser.