Skip to content

Commit

Permalink
Switched to using QT.declaratice.imports variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
axis committed Apr 27, 2011
1 parent 0cc1c66 commit 74d6346
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/imports/folderlistmodel/folderlistmodel.pro
Expand Up @@ -7,7 +7,7 @@ QT += declarative script
SOURCES += qdeclarativefolderlistmodel.cpp plugin.cpp
HEADERS += qdeclarativefolderlistmodel.h

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH
DESTDIR = $$QT.declarative.imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

qmldir.files += $$PWD/qmldir
Expand Down
2 changes: 1 addition & 1 deletion src/imports/gestures/gestures.pro
Expand Up @@ -7,7 +7,7 @@ QT += declarative
SOURCES += qdeclarativegesturearea.cpp plugin.cpp
HEADERS += qdeclarativegesturearea_p.h

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH
DESTDIR = $$QT.declarative.imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

qmldir.files += $$PWD/qmldir
Expand Down
2 changes: 1 addition & 1 deletion src/imports/particles/particles.pro
Expand Up @@ -11,7 +11,7 @@ SOURCES += \
HEADERS += \
qdeclarativeparticles_p.h

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH
DESTDIR = $$QT.declarative.imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

qmldir.files += $$PWD/qmldir
Expand Down
2 changes: 1 addition & 1 deletion src/imports/qimportbase.pri
Expand Up @@ -15,7 +15,7 @@ isEmpty(TARGET) {

QMLDIRFILE = $${_PRO_FILE_PWD_}/qmldir
copy2build.input = QMLDIRFILE
copy2build.output = $$QT_BUILD_TREE/imports/$$TARGETPATH/qmldir
copy2build.output = $$QT.declarative.imports/$$TARGETPATH/qmldir
!contains(TEMPLATE_PREFIX, vc):copy2build.variable_out = PRE_TARGETDEPS
copy2build.commands = $$QMAKE_COPY ${QMAKE_FILE_IN} ${QMAKE_FILE_OUT}
copy2build.name = COPY ${QMAKE_FILE_IN}
Expand Down

0 comments on commit 74d6346

Please sign in to comment.