|
Last change
on this file since 80 was 66, checked in by dmik, 19 years ago |
|
Psi: Fixed multi-platform builds.
|
|
File size:
901 bytes
|
| Line | |
|---|
| 1 | psiwidgets {
|
|---|
| 2 | INCLUDEPATH += $$WIDGETS_CPP
|
|---|
| 3 |
|
|---|
| 4 | SOURCES += \
|
|---|
| 5 | $$WIDGETS_CPP/busywidget.cpp \
|
|---|
| 6 | $$WIDGETS_CPP/fancylabel.cpp \
|
|---|
| 7 | $$WIDGETS_CPP/iconselect.cpp \
|
|---|
| 8 | $$WIDGETS_CPP/iconwidget.cpp \
|
|---|
| 9 | $$WIDGETS_CPP/psitextview.cpp \
|
|---|
| 10 | $$WIDGETS_CPP/iconaction.cpp \
|
|---|
| 11 | $$WIDGETS_CPP/fancypopup.cpp \
|
|---|
| 12 | $$WIDGETS_CPP/psitabwidget.cpp \
|
|---|
| 13 | $$WIDGETS_CPP/psitabbar.cpp
|
|---|
| 14 |
|
|---|
| 15 | HEADERS += \
|
|---|
| 16 | $$WIDGETS_CPP/busywidget.h \
|
|---|
| 17 | $$WIDGETS_CPP/fancylabel.h \
|
|---|
| 18 | $$WIDGETS_CPP/iconselect.h \
|
|---|
| 19 | $$WIDGETS_CPP/iconwidget.h \
|
|---|
| 20 | $$WIDGETS_CPP/psitextview.h \
|
|---|
| 21 | $$WIDGETS_CPP/iconaction.h \
|
|---|
| 22 | $$WIDGETS_CPP/fancypopup.h \
|
|---|
| 23 | $$WIDGETS_CPP/fancypopuplist.h \
|
|---|
| 24 | $$WIDGETS_CPP/psitabwidget.h \
|
|---|
| 25 | $$WIDGETS_CPP/psitabbar.h
|
|---|
| 26 |
|
|---|
| 27 | # to remove dependency on iconset and stuff
|
|---|
| 28 | #DEFINES += WIDGET_PLUGIN
|
|---|
| 29 |
|
|---|
| 30 | # where to search for widgets plugin
|
|---|
| 31 | isEmpty( OS ) {
|
|---|
| 32 | QMAKE_UIC += -L $$WIDGETS_CPP
|
|---|
| 33 | } else {
|
|---|
| 34 | QMAKE_UIC += -L $$WIDGETS_CPP/lib$$OS
|
|---|
| 35 | }
|
|---|
| 36 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.