summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/tinykate.pro
blob: 61b60a68719977595fcfacec2b489fd56e8c80b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE	= app
CONFIG		= qt warn_on release
DESTDIR		= $(OPIEDIR)/bin
HEADERS		= tinykate.h
SOURCES		= tinykate.cpp main.cpp
INTERFACES	= 
INCLUDEPATH	+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \
                        $(OPIEDIR)/noncore/apps/tinykate/libkate/document \
                        $(OPIEDIR)/noncore/apps/tinykate/libkate/view \
                        $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \
                        $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \
                        $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back

DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -ltinykate -lopie
TARGET		= tinykate



include ( $(OPIEDIR)/include.pro )