Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qtdeclarative
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
mer-core
qtdeclarative
Commits
d1d26eaf
Commit
d1d26eaf
authored
Nov 25, 2010
by
Liang Qi
Committed by
axis
Apr 27, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make declarative compile.
parent
715b0251
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
2 deletions
+28
-2
modules/qt_declarative.pri
modules/qt_declarative.pri
+9
-0
src/declarative/declarative.pro
src/declarative/declarative.pro
+4
-2
sync.profile
sync.profile
+15
-0
No files found.
modules/qt_declarative.pri
0 → 100644
View file @
d1d26eaf
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.name = QtDeclarative
QT.declarative.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/QtDeclarative
QT.declarative.libs = $$QT_MODULE_LIB_BASE
QT.declarative.depends = gui script network
src/declarative/declarative.pro
View file @
d1d26eaf
load
(
qt_module
)
TARGET
=
QtDeclarative
QPRO_PWD
=
$$
PWD
QT
=
core
gui
script
network
...
...
@@ -13,7 +15,7 @@ exists("qdeclarative_enable_gcov") {
LIBS
+=
-
lgcov
}
include
(
..
/
qbase
.
pri
)
include
(
$$
QT_SOURCE_TREE
/
src
/
qbase
.
pri
)
#
INCLUDEPATH
-=
$$
QMAKE_INCDIR_QT
/
$$
TARGET
#
DESTDIR
=.
...
...
@@ -39,5 +41,5 @@ symbian: {
linux
-
g
++-
maemo
:
DEFINES
+=
QDECLARATIVEVIEW_NOBACKGROUND
DEFINES
+=
QT_NO_OPENTYPE
INCLUDEPATH
+=
..
/
3
rdparty
/
harfbuzz
/
src
INCLUDEPATH
+=
$$
QT_SOURCE_TREE
/
src
/
3
rdparty
/
harfbuzz
/
src
sync.profile
0 → 100644
View file @
d1d26eaf
%
modules
=
(
# path to module name map
"QtDeclarative"
=>
"
$basedir
/src/declarative"
,
);
%
moduleheaders
=
(
# restrict the module headers to those found in relative path
);
%
classnames
=
(
);
%
mastercontent
=
(
"gui"
=>
"#include <QtGui/QtGui>
\n
"
,
"script"
=>
"#include <QtScript/QtScript>
\n
"
,
"network"
=>
"#include <QtNetwork/QtNetwork>
\n
"
,
);
%
modulepris
=
(
"QtDeclarative"
=>
"
$basedir
/modules/qt_declarative.pri"
,
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment