Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flatpak-qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
f9a917eb
Commit
f9a917eb
authored
Dec 18, 2008
by
dt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes: Move qt version check to qtcreator.pro
RevBy: con
parent
3564c529
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
qtcreator.pro
qtcreator.pro
+8
-0
src/plugins/designer/designer.pro
src/plugins/designer/designer.pro
+0
-5
No files found.
qtcreator.pro
View file @
f9a917eb
#version check qt
TOO_OLD_LIST
=
$$
find
(
QT_VERSION
,
^
4
\
.[
0
-
4
])
count
(
TOO_OLD_LIST
,
1
)
{
message
(
"Cannot build the Qt Creator with a Qt version that old:"
$$
QT_VERSION
)
error
(
"Use at least Qt 4.5."
)
}
TEMPLATE
=
subdirs
CONFIG
+=
ordered
...
...
src/plugins/designer/designer.pro
View file @
f9a917eb
...
...
@@ -6,11 +6,6 @@ include(../../../shared/designerintegrationv2/designerintegration.pri)
include
(
cpp
/
cpp
.
pri
)
include
(
designer_dependencies
.
pri
)
#
--
check
the
Qt
version
TOO_OLD_LIST
=
$$
find
(
QT_VERSION
,
^
4
\
.[
0
-
4
])
count
(
TOO_OLD_LIST
,
1
)
{
error
(
"Cannot build the designer plugin with a Qt version that old:"
$$
QT_VERSION
)
}
#
--
figure
out
shared
dir
location
!
exists
(
$$
[
QT_INSTALL_HEADERS
]
/
QtDesigner
/
private
/
qdesigner_integration_p
.
h
)
{
QT_SOURCE_TREE
=
$$
fromfile
(
$$
(
QTDIR
)
/.
qmake
.
cache
,
QT_SOURCE_TREE
)
...
...
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