Skip to content

Commit

Permalink
Use private headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Storm-Olsen authored and ogoffart committed May 2, 2011
1 parent 23131cd commit 8017c9a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions modules/qt_declarative.pri
@@ -1,12 +1,12 @@
QT_DECLARATIVE_VERSION = $$QT_VERSION
QT_DECLARATIVE_MAJOR_VERSION = $$QT_MAJOR_VERSION
QT_DECLARATIVE_MINOR_VERSION = $$QT_MINOR_VERSION
QT_DECLARATIVE_PATCH_VERSION = $$QT_PATCH_VERSION
QT.declarative.VERSION = 4.8.0
QT.declarative.MAJOR_VERSION = 4
QT.declarative.MINOR_VERSION = 8
QT.declarative.PATCH_VERSION = 0

QT.declarative.name = QtDeclarative
QT.declarative.bins = $$QT_MODULE_BIN_BASE
QT.declarative.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/QtDeclarative
QT.declarative.private_includes = $$QT_MODULE_INCLUDE_BASE/QtDeclarative/private
QT.declarative.private_includes = $$QT_MODULE_INCLUDE_BASE/QtDeclarative/$$QT.declarative.VERSION
QT.declarative.sources = $$QT_MODULE_BASE/src/declarative
QT.declarative.libs = $$QT_MODULE_LIB_BASE
QT.declarative.plugins = $$QT_MODULE_PLUGIN_BASE
Expand Down
2 changes: 1 addition & 1 deletion src/declarative/declarative.pro
Expand Up @@ -6,7 +6,7 @@ QPRO_PWD = $$PWD
CONFIG += module
MODULE_PRI += ../../modules/qt_declarative.pri

QT = core gui script network
QT = core-private gui-private script-private network
contains(QT_CONFIG, svg): QT += svg
DEFINES += QT_BUILD_DECLARATIVE_LIB QT_NO_URL_CAST_FROM_STRING
win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x66000000
Expand Down
2 changes: 1 addition & 1 deletion src/imports/gestures/gestures.pro
Expand Up @@ -2,7 +2,7 @@ TARGET = qmlgesturesplugin
TARGETPATH = Qt/labs/gestures
include(../qimportbase.pri)

QT += declarative
QT += core-private gui-private declarative-private script-private

SOURCES += qdeclarativegesturearea.cpp plugin.cpp
HEADERS += qdeclarativegesturearea_p.h
Expand Down
2 changes: 1 addition & 1 deletion src/imports/particles/particles.pro
Expand Up @@ -2,7 +2,7 @@ TARGET = qmlparticlesplugin
TARGETPATH = Qt/labs/particles
include(../qimportbase.pri)

QT += declarative
QT += core-private gui-private declarative-private

SOURCES += \
qdeclarativeparticles.cpp \
Expand Down
2 changes: 1 addition & 1 deletion tools/qmlviewer/qml.pri
@@ -1,4 +1,4 @@
QT += declarative script network sql
QT += core-private gui-private declarative-private script network sql
contains(QT_CONFIG, opengl) {
QT += opengl
DEFINES += GL_SUPPORTED
Expand Down

0 comments on commit 8017c9a

Please sign in to comment.