Complete QML properties.

This commit is contained in:
Roberto Raggi
2010-01-24 13:29:46 +01:00
parent 3c37eaa577
commit 659b2a7ee3
5 changed files with 158 additions and 21 deletions

View File

@@ -39,13 +39,13 @@ SOURCES += \
contains(QT_CONFIG, declarative) {
QT += declarative
DEFINES += BUILD_DECLARATIVE_BACKEND
HEADERS += \
$$PWD/qtdeclarativemetatypebackend.h
SOURCES += \
$$PWD/qtdeclarativemetatypebackend.cpp
} else {
DEFINES += NO_DECLARATIVE_BACKEND
}
contains(QT, gui) {