view qt/CMakeLists.txt @ 235:b796329e8c38

We need to start cmake twice. It is necessary for getting a class list from the generator and using this list for building other parts of QtD.
author SokoL_SD
date Sun, 19 Jul 2009 18:09:33 +0000
parents e78566595089
children 7664de4a55e5
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})