Last change
on this file since 168 was 2, checked in by dmik, 20 years ago |
Imported xplatform parts of the official release 3.3.1 from Trolltech
|
File size:
620 bytes
|
Line | |
---|
1 | # Qt compatibility
|
---|
2 |
|
---|
3 | # scratch pad for internal development
|
---|
4 | # hack these for your build like
|
---|
5 | # internal {
|
---|
6 | # CONFIG += blah
|
---|
7 | # }
|
---|
8 |
|
---|
9 | ##########################################################
|
---|
10 |
|
---|
11 | # mac hac fu
|
---|
12 | !embedded:!x11:mac {
|
---|
13 | #never
|
---|
14 | CONFIG -= nas x11 x11sm
|
---|
15 | #CONFIG += sqlcrap
|
---|
16 | sql:sqlcrap {
|
---|
17 | sql-drivers += postgres
|
---|
18 | INCLUDEPATH+=/Users/sam/postgresql-7.0.2/src/include \
|
---|
19 | /Users/sam/postgresql-7.0.2/src/interfaces/libpq
|
---|
20 | LIBS += -L/Users/sam/postgresql-7.0.2/src/interfaces/libpq
|
---|
21 | }
|
---|
22 | }
|
---|
23 |
|
---|
24 | attic {
|
---|
25 | SOURCES += attic/qttableview.cpp
|
---|
26 | HEADERS += attic/qttableview.h
|
---|
27 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.