source: trunk/examples/showimg/showimg.pro@ 89

Last change on this file since 89 was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

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