source: trunk/examples/fileiconview/fileiconview.pro@ 202

Last change on this file since 202 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: 319 bytes
Line 
1TEMPLATE = app
2TARGET = fileiconview
3
4CONFIG += qt warn_on release
5DEPENDPATH = ../../include
6
7REQUIRES = iconview full-config
8
9HEADERS = mainwindow.h \
10 qfileiconview.h \
11 ../dirview/dirview.h
12SOURCES = main.cpp \
13 mainwindow.cpp \
14 qfileiconview.cpp \
15 ../dirview/dirview.cpp
Note: See TracBrowser for help on using the repository browser.