blob: 70500f02ea276ac1c214a2d24b402609fcb58e42 (
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
|
# TQt 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/qttableview.cpp
HEADERS += attic/qttableview.h
}
|