diff -r 1cc73bd7ee1f -r e95081c21da2 vym.pro --- a/vym.pro Tue Sep 05 09:47:13 2006 +0000 +++ b/vym.pro Tue Sep 05 09:47:14 2006 +0000 @@ -2,6 +2,7 @@ LANGUAGE = C++ CONFIG += qt warn_on release +QT += qt3support HEADERS += aboutdialog.h \ api.h \ @@ -69,12 +70,18 @@ settings.cpp \ options.cpp -FORMS = exportxhtmldialog.ui \ +#The following line was inserted by qt3to4, use "FORMS" later +FORMS3 = exportxhtmldialog.ui \ showtextdialog.ui \ extrainfodialog.ui \ editxlinkdialog.ui \ warningdialog.ui +#The following line was inserted by qt3to4 +QT += xml +#The following line was inserted by qt3to4 +CONFIG += uic3 + TARGET = vym TRANSLATIONS += lang/vym_de.ts TRANSLATIONS += lang/vym_en.ts @@ -82,15 +89,15 @@ TRANSLATIONS += lang/vym_it.ts count( INSTALLDIR, 0 ) { - INSTALLDIR = /usr/local/bin + INSTALLDIR = /usr/local } message( "Installation directory" ) message( $$INSTALLDIR ) -target.path = $$INSTALLDIR -INSTALLS += target +#target.path = $$INSTALLDIR +#INSTALLS += target target.path = $${INSTALLDIR}/bin