vym.pro
author insilmaril
Sat, 09 Apr 2005 22:50:08 +0000
changeset 94 6783e13bb05d
parent 91 855c486b9360
child 95 f688a9913724
permissions -rw-r--r--
links are now partially visible, if one end is scrolled
     1 TARGET  = vym
     2 TRANSLATIONS += lang/vym_de.ts
     3 TRANSLATIONS += lang/vym_en.ts
     4 
     5 
     6 
     7 DESTROOT = /usr
     8 
     9 target.path = $${DESTROOT}/bin
    10 INSTALLS += target
    11 
    12 support.files = styles/ scripts/ icons/ lang/
    13 support.path = $${DESTROOT}/share/vym
    14 INSTALLS += support 
    15 
    16 doc.files = doc/*
    17 doc.path = $${DESTROOT}/share/doc/packages/vym
    18 INSTALLS += doc
    19 
    20 demo.files = demos/
    21 demo.path = $${DESTROOT}/share/vym
    22 INSTALLS += demo
    23 
    24 
    25 
    26 
    27 
    28 
    29 
    30 
    31 
    32 
    33 
    34 
    35 
    36 
    37 
    38 
    39 
    40 
    41 
    42 TEMPLATE	= app
    43 LANGUAGE	= C++
    44 
    45 CONFIG	+= qt warn_on release
    46 
    47 
    48 HEADERS	+= branchobj.h \
    49 	exports.h \
    50 	findwindow.h \
    51 	flagobj.h \
    52 	flagrowobj.h \
    53 	floatimageobj.h \
    54 	floatobj.h \
    55 	frameobj.h \
    56 	headingobj.h \
    57 	imageobj.h \
    58 	linkablemapobj.h \
    59 	linkobj.h \
    60 	mainwindow.h \
    61 	mapcenterobj.h \
    62 	mapeditor.h \
    63 	mapobj.h \
    64 	misc.h \
    65 	noteobj.h \
    66 	ornamentedobj.h \
    67 	process.h \
    68 	selection.h \
    69 	texteditor.h \
    70 	version.h \
    71 	xml.h \
    72 	settings.h \
    73 	options.h
    74 SOURCES	+= branchobj.cpp \
    75 	exports.cpp \
    76 	findwindow.cpp \
    77 	flagobj.cpp \
    78 	flagrowobj.cpp \
    79 	floatimageobj.cpp \
    80 	floatobj.cpp \
    81 	frameobj.cpp \
    82 	headingobj.cpp \
    83 	imageobj.cpp \
    84 	linkablemapobj.cpp \
    85 	linkobj.cpp \
    86 	main.cpp \
    87 	mainwindow.cpp \
    88 	mapcenterobj.cpp \
    89 	mapeditor.cpp \
    90 	mapobj.cpp \
    91 	misc.cpp \
    92 	noteobj.cpp \
    93 	ornamentedobj.cpp \
    94 	process.cpp \
    95 	selection.cpp \
    96 	texteditor.cpp \
    97 	xml.cpp \
    98 	settings.cpp \
    99 	options.cpp
   100 FORMS	= exporthtmldialog.ui \
   101 	exportxhtmldialog.ui \
   102 	showtextdialog.ui \
   103 	extrainfodialog.ui \
   104 	editlinkdialog.ui
   105