source:
trunk/examples/dragdrop/dragdrop.pro@
164
Last change on this file since 164 was 160, checked in by , 19 years ago | |
---|---|
File size: 223 bytes |
Line | |
---|---|
1 | TEMPLATE = app |
2 | TARGET = dragdrop |
3 | |
4 | CONFIG += qt warn_on release |
5 | DEPENDPATH = ../../include |
6 | |
7 | REQUIRES = full-config |
8 | |
9 | HEADERS = dropsite.h \ |
10 | secret.h |
11 | SOURCES = dropsite.cpp \ |
12 | main.cpp \ |
13 | secret.cpp |
Note:
See TracBrowser
for help on using the repository browser.