Mailinglist Archive: yast-commit (819 mails)

< Previous Next >
[yast-commit] r54616 - in /branches/tmp/aschnell/graph/qt-graph: CMakeLists.txt src/CMakeLists.txt
  • From: aschnell@xxxxxxxxxxxxxxxx
  • Date: Wed, 14 Jan 2009 13:49:25 -0000
  • Message-id: <E1LN67Z-000334-6W@xxxxxxxxxxxxxxxx>
Author: aschnell
Date: Wed Jan 14 14:49:24 2009
New Revision: 54616

URL: http://svn.opensuse.org/viewcvs/yast?rev=54616&view=rev
Log:
- backup

Modified:
branches/tmp/aschnell/graph/qt-graph/CMakeLists.txt
branches/tmp/aschnell/graph/qt-graph/src/CMakeLists.txt

Modified: branches/tmp/aschnell/graph/qt-graph/CMakeLists.txt
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/aschnell/graph/qt-graph/CMakeLists.txt?rev=54616&r1=54615&r2=54616&view=diff
==============================================================================
--- branches/tmp/aschnell/graph/qt-graph/CMakeLists.txt (original)
+++ branches/tmp/aschnell/graph/qt-graph/CMakeLists.txt Wed Jan 14 14:49:24 2009
@@ -3,14 +3,17 @@

SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wall -Woverloaded-virtual
-Wno-deprecated" )
SET( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -Wall" )
-set( CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DQT_NO_DEBUG
-DNDEBUG")
+set( CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DQT_NO_DEBUG
-DNDEBUG")

SET( RPMNAME "yast2-qt-graph" )

FIND_PACKAGE(Qt4 REQUIRED)
FIND_PACKAGE(Yast)
+FIND_PACKAGE(Libyui REQUIRED)
INCLUDE(YastCommon)

+SET(Y2QT_LOCALEDIR ${CMAKE_INSTALL_PREFIX}/share/locale)
+
GENERATE_PACKAGING(${RPMNAME} ${VERSION})

ADD_SUBDIRECTORY(src)

Modified: branches/tmp/aschnell/graph/qt-graph/src/CMakeLists.txt
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/aschnell/graph/qt-graph/src/CMakeLists.txt?rev=54616&r1=54615&r2=54616&view=diff
==============================================================================
--- branches/tmp/aschnell/graph/qt-graph/src/CMakeLists.txt (original)
+++ branches/tmp/aschnell/graph/qt-graph/src/CMakeLists.txt Wed Jan 14 14:49:24
2009
@@ -4,6 +4,7 @@

ADD_DEFINITIONS(
-DY2LOG=\\\"QT4\\\" ${QT_DEFINITIONS}
+ -DLOCALEDIR=\\\"${Y2QT_LOCALEDIR}\\\"
-DQTLIBDIR=\\\"${LIB_INSTALL_DIR}\\\"
-DPREFIX=\\\"${CMAKE_INSTALL_PREFIX}\\\"
)
@@ -11,8 +12,8 @@

SET(qt_yast_graph_plugin_SRCS

- YQGraphBase.cc
YQGraph.cc
+ YQGraphPlugin.cc
YQGraphPluginImpl.cc
)


--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages