summaryrefslogtreecommitdiffstats
path: root/plugins/src/sqldrivers/ibase/ibase.pro
blob: bb96fd6959a88b5f3f658672b52fd41153f90f01 (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
TEMPLATE = lib
TARGET	 = qsqlibase

CONFIG	+= qt plugin
DESTDIR	 = ../../../sqldrivers

HEADERS		= ../../../../src/sql/drivers/ibase/tqsql_ibase.h
SOURCES		= main.cpp \
		  ../../../../src/sql/drivers/ibase/tqsql_ibase.cpp

unix {
	OBJECTS_DIR = .obj

	!contains( LIBS, .*gds.* ):!contains( LIBS, .*libfb.* ) {
	    LIBS    *= -lfbclient
	}
}
win32 {
	OBJECTS_DIR = obj
	LIBS *= gds32_ms.lib
}

REQUIRES	= sql

target.path += $$plugins.path/sqldrivers
INSTALLS += target