Skip to content

Commit

Permalink
qbs build: Remove left-over "dev package" functionality
Browse files Browse the repository at this point in the history
This is no longer relevant.

Change-Id: Ib9d851d69c5fc33d4808d883f6bec24fb3d1c4a7
Reviewed-by: Christian Stenger <[email protected]>
  • Loading branch information
ckandeler committed Sep 19, 2023
1 parent 24f0732 commit 621902d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
5 changes: 0 additions & 5 deletions qbs/modules/qtc/qtc.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ Module {

property bool preferSystemSyntaxHighlighting: true

property bool make_dev_package: false

// Will be replaced when creating modules from products
property string export_data_base: project.ide_source_tree + "/share/qtcreator"

property bool testsEnabled: Environment.getEnv("TEST") || qbs.buildVariant === "debug"
property stringList generalDefines: [
"QT_CREATOR",
Expand Down
12 changes: 0 additions & 12 deletions qtcreator.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ Project {
"tests/tests.qbs"
]

Product {
name: "qbs_imports_modules"
Depends { name: "qtc" }
Group {
prefix: "qbs/"
files: ["**/*"]
qbs.install: qtc.make_dev_package
qbs.installDir: qtc.ide_qbs_resources_path
qbs.installSourceBase: "qbs"
}
}

Product {
name: "qmake project files"
files: {
Expand Down
16 changes: 0 additions & 16 deletions src/shared/pch_files.qbs

This file was deleted.

1 change: 0 additions & 1 deletion src/src.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Project {
"tools/tools.qbs",
project.sharedSourcesDir + "/json",
project.sharedSourcesDir + "/proparser",
project.sharedSourcesDir + "/pch_files.qbs",
]

property bool qbsSubModuleExists: File.exists(qbsProject.qbsBaseDir + "/qbs.qbs")
Expand Down

0 comments on commit 621902d

Please sign in to comment.