lib has to be built first in any case

This commit is contained in:
Petr Vanek
2011-07-01 09:42:51 +02:00
parent 6ad5d7070a
commit 17c50dcb14
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -178,6 +178,7 @@ if (BUILD_DESIGNER_PLUGIN)
${DESIGNER_QRC}
${DESIGNER_SRC}
)
add_dependencies(qtermwidgetplugin qtermwidget)
target_link_libraries( qtermwidgetplugin
${QT_QTCORE_LIBRARY}
+2
View File
@@ -32,6 +32,8 @@ endif(COMMAND cmake_policy)
#| Create the Library
add_executable ( test ${SRCS} )
add_dependencies(test qtermwidget)
#| Set Build Type
set ( CMAKE_BUILD_TYPE
#"release"