vym.pro
branchqt4-port
changeset 13 9aadd0f58300
parent 12 58e7594239df
child 14 f4c37956d28d
     1.1 --- a/vym.pro	Tue Aug 01 09:31:22 2006 +0000
     1.2 +++ b/vym.pro	Tue Aug 15 11:42:10 2006 +0000
     1.3 @@ -2,6 +2,7 @@
     1.4  LANGUAGE	= C++
     1.5  
     1.6  CONFIG	+= qt warn_on release
     1.7 +QT += qt3support
     1.8  
     1.9  HEADERS	+= aboutdialog.h \
    1.10  	api.h \
    1.11 @@ -30,6 +31,7 @@
    1.12  	process.h \
    1.13  	selection.h \
    1.14  	texteditor.h \
    1.15 +	toolbars.h \
    1.16  	version.h \
    1.17  	xml.h \
    1.18  	xsltproc.h \
    1.19 @@ -64,17 +66,24 @@
    1.20  	process.cpp \
    1.21  	selection.cpp \
    1.22  	texteditor.cpp \
    1.23 +	toolbars.cpp \
    1.24  	xml.cpp \
    1.25  	xsltproc.cpp \
    1.26  	settings.cpp \
    1.27  	options.cpp
    1.28  
    1.29 -FORMS	= exportxhtmldialog.ui \
    1.30 +#The following line was inserted by qt3to4, use "FORMS" later
    1.31 +FORMS3	= exportxhtmldialog.ui \
    1.32  	showtextdialog.ui \
    1.33  	extrainfodialog.ui \
    1.34  	editxlinkdialog.ui \
    1.35  	warningdialog.ui
    1.36  
    1.37 +#The following line was inserted by qt3to4
    1.38 +QT += xml  
    1.39 +#The following line was inserted by qt3to4
    1.40 +CONFIG += uic3
    1.41 +
    1.42  TARGET  = vym
    1.43  TRANSLATIONS += lang/vym_de.ts
    1.44  TRANSLATIONS += lang/vym_en.ts
    1.45 @@ -82,15 +91,15 @@
    1.46  TRANSLATIONS += lang/vym_it.ts
    1.47  
    1.48  count( INSTALLDIR, 0 ) {
    1.49 -	INSTALLDIR = /usr/local/bin
    1.50 +	INSTALLDIR = /usr/local
    1.51  }
    1.52  
    1.53  message( "Installation directory" )
    1.54  message( $$INSTALLDIR )
    1.55  
    1.56  
    1.57 -target.path = $$INSTALLDIR
    1.58 -INSTALLS += target
    1.59 +#target.path = $$INSTALLDIR
    1.60 +#INSTALLS += target
    1.61  
    1.62  
    1.63  target.path = $${INSTALLDIR}/bin