blob: b2df09493415957c72c7d53282c616ded7ab2455 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TEMPLATE = app
TARGET = showimg
CONFIG += qt warn_on release
DEPENDPATH = ../../include
REQUIRES = full-config
HEADERS = showimg.h imagetexteditor.h \
imagefip.h
SOURCES = main.cpp \
imagetexteditor.cpp \
showimg.cpp \
imagefip.cpp
|