source:
trunk/examples/tutorials/gettingStarted/gsQml/filedialog/filedialog.pro
Last change on this file was 846, checked in by , 14 years ago | |
---|---|
File size: 275 bytes |
Line | |
---|---|
1 | TEMPLATE = lib |
2 | CONFIG += qt plugin |
3 | QT += declarative |
4 | |
5 | DESTDIR += ../plugins |
6 | OBJECTS_DIR = tmp |
7 | MOC_DIR = tmp |
8 | |
9 | TARGET = FileDialog |
10 | |
11 | HEADERS += directory.h \ |
12 | file.h \ |
13 | dialogPlugin.h |
14 | |
15 | SOURCES += directory.cpp \ |
16 | file.cpp \ |
17 | dialogPlugin.cpp |
Note:
See TracBrowser
for help on using the repository browser.