|
Last change
on this file since 26 was 2, checked in by dmik, 19 years ago |
|
Imported original Psi 0.10 sources from Affinix
|
|
File size:
415 bytes
|
| Line | |
|---|
| 1 | libpsi {
|
|---|
| 2 | # iconset
|
|---|
| 3 | CONFIG += iconset
|
|---|
| 4 | ICONSET_CPP = $$LIBPSI_CPP/iconset
|
|---|
| 5 | include($$ICONSET_CPP/iconset.pri)
|
|---|
| 6 |
|
|---|
| 7 | # psiwidgets
|
|---|
| 8 | CONFIG += psiwidgets
|
|---|
| 9 | WIDGETS_CPP = $$LIBPSI_CPP/psiwidgets
|
|---|
| 10 | include($$WIDGETS_CPP/psiwidgets.pri)
|
|---|
| 11 |
|
|---|
| 12 | # psipng
|
|---|
| 13 | CONFIG += psipng
|
|---|
| 14 | #CONFIG += psimng # uncomment this if you're really brave, and you have libmng installed
|
|---|
| 15 | PSIPNG_CPP = $$LIBPSI_CPP/psipng
|
|---|
| 16 | include($$PSIPNG_CPP/psipng.pri)
|
|---|
| 17 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.