view qt/CMakeLists.txt @ 253:073b9153ed8a

Rev. 264 done right. Problems: - classwizard segfaults on exit due to a bug in signals/slots or runtime. - hellogl doesn't compile with dmd2 due to a bug in the compiler backend
author maxter
date Sun, 30 Aug 2009 09:59:12 +0000
parents 37eed70de029
children 34a37904ff77
line wrap: on
line source

project (qt_d D)

set(QT_SRCS_D
QtDObject.d
QGlobal.d

core/QChildEvent.d
core/QCoreApplication.d
core/QEvent.d
core/QEventLoop.d
core/QObject.d
core/QTimerEvent.d
core/QTranslator.d
core/Qt.d

qtd/Str.d
)

#add_subdirectory(core)
#add_subdirectory(qtd)

#add_library(qt_d STATIC ${QT_CORE_SRCS_D} ${QT_QTD_SRCS_D} ${QT_SRCS_D})
add_library(qt_d STATIC ${QT_SRCS_D})