source: trunk/tools/assistant/assistant.pro@ 203

Last change on this file since 203 was 191, checked in by rudi, 14 years ago

Qt Assistant added

File size: 1.5 KB
Line 
1TEMPLATE = app
2LANGUAGE = C++
3TARGET = assistant
4
5CONFIG += qt warn_off
6
7PROJECTNAME = Assistant
8DESTDIR = ../../bin
9
10SOURCES += 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
20HEADERS += 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
30DEFINES += QT_INTERNAL_NETWORK QT_INTERNAL_XML
31include( ../../src/qt_professional.pri )
32
33win32:RC_FILE = assistant.rc
34mac:RC_FILE = assistant.icns
35os2:RC_FILE = assistant_os2.rc
36
37target.path = $$bins.path
38INSTALLS += target
39
40assistanttranslations.files = *.qm
41assistanttranslations.path = $$translations.path
42INSTALLS += assistanttranslations
43
44TRANSLATIONS = assistant_de.ts \
45 assistant_fr.ts
46
47unix:!zlib:LIBS += -lz
48
49FORMS = mainwindow.ui \
50 topicchooser.ui \
51 finddialog.ui \
52 helpdialog.ui \
53 settingsdialog.ui \
54 tabbedbrowser.ui
55IMAGES = 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.