view cpp/qt_qtd/CMakeLists.txt @ 315:2049c3abd348 lifetime

more cleanup
author maxter <spambox@d-coding.com>
date Wed, 23 Dec 2009 23:54:39 +0200
parents e78566595089
children
line wrap: on
line source

PROJECT(QT_CORE_CPP CXX)
# source files

SET(QT_QTD_SRCS
qtd_core.cpp
)

ADD_LIBRARY(qt_qtd_cpp STATIC ${QT_QTD_SRCS})