[avida-cvs] avida CVS commits: /current/source/qt-viewer qt-viewer.pro

kaben avida-cvs at alife.org
Wed Jun 4 02:16:30 PDT 2003


kaben		Tue Jun  3 18:16:30 2003 EDT

  Modified files:              
    /avida/current/source/qt-viewer	qt-viewer.pro 
  Log:
  
  source/qt-viewer/qt-viewer.pro -- point OSX helpview to embedded html docs.
  
  
  
Index: avida/current/source/qt-viewer/qt-viewer.pro
diff -u avida/current/source/qt-viewer/qt-viewer.pro:1.3 avida/current/source/qt-viewer/qt-viewer.pro:1.4
--- avida/current/source/qt-viewer/qt-viewer.pro:1.3	Tue May 20 07:22:30 2003
+++ avida/current/source/qt-viewer/qt-viewer.pro	Tue Jun  3 18:16:29 2003
@@ -3,11 +3,23 @@
 
 TEMPLATE    = app
 TARGET      = qt-viewer
+DESTDIR	= ../../work
 CONFIG      *= qt thread
 CONFIG      *= cpu event main trio tools
 
+macx {
 # setting MOC_DIR should not be necessary:
 MOC_DIR = .
+# FIXME:  replace w/QSettings stuff in avd_help_controller.cc
+DEFINES *= PLATFORM_IS_MAC_OS_X
+}
+
+win32 {
+CONFIG	+= console
+QMAKE_LFLAGS_CONSOLE += /FORCE:MULTIPLE
+OBJECTS_DIR = objs
+MOC_DIR 	= moc
+}
 
 include($$AVIDA_SRC_DIR/modules.pri)
 






More information about the Avida-cvs mailing list