summaryrefslogtreecommitdiffabout
path: root/kabc/plugins/file/file.pro
blob: a5ade93b5e013dda46b0e03de730cff00a373ae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
TEMPLATE	= lib
CONFIG += qt warn_on release
#release debug

TARGET = microkabc_file
INCLUDEPATH += ../.. ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../qtcompat

DESTDIR = ../../../bin
#LIBS += -lmicrokde -lmicrokabc
#LIBS += -L$(QPEDIR)/lib

INTERFACES = \

HEADERS = \
 resourcefile.h \
 resourcefileconfig.h
 
SOURCES = \
 resourcefile.cpp \
 resourcefileconfig.cpp

unix : {
OBJECTS_DIR = obj/unix
MOC_DIR = moc/unix
}
win32: {
DEFINES += _WIN32_
OBJECTS_DIR = obj/win
MOC_DIR = moc/win
}