r14685 by cbradney - Add in WANT_SCRIPTER2 option to build with new scripter (if you have a working pyqt4 this could be useful :S)
scribus-commit
scribus-commit at lists.scribus.net
Fri Feb 12 00:00:58 CET 2010
Revision: 14685
Author: cbradney
Date: 2010-02-11T22:54:30.143406Z
Commit message: Add in WANT_SCRIPTER2 option to build with new scripter (if you have a working pyqt4 this could be useful :S)
Changeset:
M /trunk/Scribus/scribus/plugins/CMakeLists.txt
Diffs:
Index: scribus/plugins/CMakeLists.txt
===================================================================
--- scribus/plugins/CMakeLists.txt (revision 14684)
+++ scribus/plugins/CMakeLists.txt (revision 14685)
@@ -7,12 +7,17 @@
# ADD_SUBDIRECTORY(newfromtemplateplugin)
ADD_SUBDIRECTORY(pixmapexport)
ADD_SUBDIRECTORY(saveastemplateplugin)
+IF(NOT WANT_SCRIPTER2)
#scripter1
IF(NOT WIN32)
+ MESSAGE(STATUS "Building with Scripter 1")
ADD_SUBDIRECTORY(scriptplugin)
ENDIF(NOT WIN32)
+ELSE(NOT WANT_SCRIPTER2)
#scripter2
-#ADD_SUBDIRECTORY(scripter)
+ MESSAGE(STATUS "Building with Scripter 2")
+ ADD_SUBDIRECTORY(scripter)
+ENDIF(NOT WANT_SCRIPTER2)
ADD_SUBDIRECTORY(short-words)
ADD_SUBDIRECTORY(svgexplugin)
ADD_SUBDIRECTORY(tools)
More information about the scribus-commit
mailing list