|
Last change
on this file since 521 was 2, checked in by Dmitry A. Kuminov, 17 years ago |
|
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
|
File size:
268 bytes
|
| Line | |
|---|
| 1 | # handle pkg-config files
|
|---|
| 2 | for(PKGCONFIG_LIB, $$list($$unique(PKGCONFIG))) {
|
|---|
| 3 | QMAKE_CXXFLAGS += $$system(pkg-config --cflags $$PKGCONFIG_LIB)
|
|---|
| 4 | QMAKE_CFLAGS += $$system(pkg-config --cflags $$PKGCONFIG_LIB)
|
|---|
| 5 | LIBS += $$system(pkg-config --libs $$PKGCONFIG_LIB)
|
|---|
| 6 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.