vym.pro
author insilmaril
Wed, 01 Feb 2006 16:14:55 +0000
changeset 201 eda811e31b2e
parent 191 2658342e3310
child 205 30c4a6c7ff10
permissions -rw-r--r--
check for section-templates only if needed
     1 TEMPLATE	= app
     2 LANGUAGE	= C++
     3 
     4 CONFIG	+= qt warn_on release
     5 
     6 HEADERS	+= aboutdialog.h \
     7 	api.h \
     8 	branchobj.h \
     9 	exportoofiledialog.h \
    10 	exports.h \
    11 	file.h \
    12 	findwindow.h \
    13 	flagobj.h \
    14 	flagrowobj.h \
    15 	floatimageobj.h \
    16 	floatobj.h \
    17 	frameobj.h \
    18 	headingobj.h \
    19 	imageobj.h \
    20 	linkablemapobj.h \
    21 	xlinkobj.h \
    22 	mainwindow.h \
    23 	mapcenterobj.h \
    24 	mapeditor.h \
    25 	mapobj.h \
    26 	misc.h \
    27 	noteobj.h \
    28 	ornamentedobj.h \
    29 	process.h \
    30 	selection.h \
    31 	texteditor.h \
    32 	version.h \
    33 	xml.h \
    34 	settings.h \
    35 	options.h
    36 
    37 SOURCES	+= aboutdialog.cpp \
    38 	api.cpp \
    39 	branchobj.cpp \
    40 	exportoofiledialog.cpp \
    41 	exports.cpp \
    42 	file.cpp \
    43 	findwindow.cpp \
    44 	flagobj.cpp \
    45 	flagrowobj.cpp \
    46 	floatimageobj.cpp \
    47 	floatobj.cpp \
    48 	frameobj.cpp \
    49 	headingobj.cpp \
    50 	imageobj.cpp \
    51 	linkablemapobj.cpp \
    52 	xlinkobj.cpp \
    53 	main.cpp \
    54 	mainwindow.cpp \
    55 	mapcenterobj.cpp \
    56 	mapeditor.cpp \
    57 	mapobj.cpp \
    58 	misc.cpp \
    59 	noteobj.cpp \
    60 	ornamentedobj.cpp \
    61 	process.cpp \
    62 	selection.cpp \
    63 	texteditor.cpp \
    64 	xml.cpp \
    65 	settings.cpp \
    66 	options.cpp
    67 
    68 FORMS	= exporthtmldialog.ui \
    69 	exportxhtmldialog.ui \
    70 	showtextdialog.ui \
    71 	extrainfodialog.ui \
    72 	editxlinkdialog.ui
    73 
    74 TARGET  = vym
    75 TRANSLATIONS += lang/vym_de.ts
    76 TRANSLATIONS += lang/vym_en.ts
    77 TRANSLATIONS += lang/vym_es.ts
    78 
    79 
    80 
    81 DESTROOT = /usr
    82 
    83 target.path = $${DESTROOT}/bin
    84 INSTALLS += target
    85 
    86 support.files = styles/ scripts/ icons/ lang/
    87 support.path = $${DESTROOT}/share/vym
    88 INSTALLS += support 
    89 
    90 doc.files = doc/*
    91 doc.path = $${DESTROOT}/share/doc/packages/vym
    92 INSTALLS += doc
    93 
    94 demo.files = demos/
    95 demo.path = $${DESTROOT}/share/vym
    96 INSTALLS += demo
    97