Rev | Line | |
---|
[191] | 1 | TEMPLATE = app
|
---|
| 2 | LANGUAGE = C++
|
---|
| 3 | TARGET = assistant
|
---|
| 4 |
|
---|
| 5 | CONFIG += qt warn_off
|
---|
| 6 |
|
---|
| 7 | PROJECTNAME = Assistant
|
---|
| 8 | DESTDIR = ../../bin
|
---|
| 9 |
|
---|
| 10 | SOURCES += main.cpp \
|
---|
| 11 | helpwindow.cpp \
|
---|
| 12 | topicchooserimpl.cpp \
|
---|
| 13 | docuparser.cpp \
|
---|
| 14 | helpdialogimpl.cpp \
|
---|
| 15 | settingsdialogimpl.cpp \
|
---|
| 16 | index.cpp \
|
---|
| 17 | profile.cpp \
|
---|
| 18 | config.cpp
|
---|
| 19 |
|
---|
| 20 | HEADERS += helpwindow.h \
|
---|
| 21 | topicchooserimpl.h \
|
---|
| 22 | docuparser.h \
|
---|
| 23 | helpdialogimpl.h \
|
---|
| 24 | settingsdialogimpl.h \
|
---|
| 25 | index.h \
|
---|
| 26 | profile.h \
|
---|
| 27 | config.h
|
---|
| 28 |
|
---|
| 29 | #DEFINES += QT_PALMTOPCENTER_DOCS
|
---|
| 30 | DEFINES += QT_INTERNAL_NETWORK QT_INTERNAL_XML
|
---|
| 31 | include( ../../src/qt_professional.pri )
|
---|
| 32 |
|
---|
| 33 | win32:RC_FILE = assistant.rc
|
---|
| 34 | mac:RC_FILE = assistant.icns
|
---|
| 35 | os2:RC_FILE = assistant_os2.rc
|
---|
| 36 |
|
---|
| 37 | target.path = $$bins.path
|
---|
| 38 | INSTALLS += target
|
---|
| 39 |
|
---|
| 40 | assistanttranslations.files = *.qm
|
---|
| 41 | assistanttranslations.path = $$translations.path
|
---|
| 42 | INSTALLS += assistanttranslations
|
---|
| 43 |
|
---|
| 44 | TRANSLATIONS = assistant_de.ts \
|
---|
| 45 | assistant_fr.ts
|
---|
| 46 |
|
---|
| 47 | unix:!zlib:LIBS += -lz
|
---|
| 48 |
|
---|
| 49 | FORMS = mainwindow.ui \
|
---|
| 50 | topicchooser.ui \
|
---|
| 51 | finddialog.ui \
|
---|
| 52 | helpdialog.ui \
|
---|
| 53 | settingsdialog.ui \
|
---|
| 54 | tabbedbrowser.ui
|
---|
| 55 | IMAGES = images/editcopy.png \
|
---|
| 56 | images/find.png \
|
---|
| 57 | images/home.png \
|
---|
| 58 | images/next.png \
|
---|
| 59 | images/previous.png \
|
---|
| 60 | images/print.png \
|
---|
| 61 | images/whatsthis.xpm \
|
---|
| 62 | images/book.png \
|
---|
| 63 | images/designer.png \
|
---|
| 64 | images/assistant.png \
|
---|
| 65 | images/linguist.png \
|
---|
| 66 | images/qt.png \
|
---|
| 67 | images/zoomin.png \
|
---|
| 68 | images/zoomout.png \
|
---|
| 69 | images/splash.png \
|
---|
| 70 | images/appicon.png \
|
---|
| 71 | images/addtab.png \
|
---|
| 72 | images/closetab.png \
|
---|
| 73 | images/d_closetab.png
|
---|
Note:
See
TracBrowser
for help on using the repository browser.