summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/kernel/qt_compat.pri
blob: b7168325f4d869ed331e4a9e8ed0e35df1480bce (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
# Qt compatibility

# scratch pad for internal development
# hack these for your build like
# internal {
#     CONFIG += blah
# }

##########################################################

# mac hac fu
!embedded:!x11:mac {
     #never
     CONFIG -= nas x11 x11sm
     #CONFIG += sqlcrap
     sql:sqlcrap {
	sql-drivers += postgres
	INCLUDEPATH+=/Users/sam/postgresql-7.0.2/src/include \
		    /Users/sam/postgresql-7.0.2/src/interfaces/libpq
	LIBS += -L/Users/sam/postgresql-7.0.2/src/interfaces/libpq 
     }
} 

attic {
	SOURCES += attic/tqttableview.cpp
	HEADERS += attic/tqttableview.h
}