summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2023-03-31 15:45:19 +0200
committerIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2023-04-12 10:45:37 +0200
commit34cd9ac24a0c65a1312ae3787d88917b5849ec73 (patch)
tree39e679bf99e0c42fb5f42ddb0f666a8e998fea92
parentc5a01a2a78f5eb2025442187029ca3effc4719ab (diff)
statemachine examples: Cleanup .pro files
Remove trailing spaces and useless backslashes. Pick-to: 6.5 Task-number: QTBUG-111448 Change-Id: I699fd723977aa8cf8566bcbe0f35394822b3d808 Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
-rw-r--r--examples/statemachine/pingpong/pingpong.pro2
-rw-r--r--examples/statemachine/statemachine.pro4
-rw-r--r--examples/statemachine/trafficlight/trafficlight.pro2
3 files changed, 2 insertions, 6 deletions
diff --git a/examples/statemachine/pingpong/pingpong.pro b/examples/statemachine/pingpong/pingpong.pro
index 1e08cd0..5c569bb 100644
--- a/examples/statemachine/pingpong/pingpong.pro
+++ b/examples/statemachine/pingpong/pingpong.pro
@@ -6,5 +6,3 @@ SOURCES = main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/statemachine/statemachine/pingpong
INSTALLS += target
-
-
diff --git a/examples/statemachine/statemachine.pro b/examples/statemachine/statemachine.pro
index 5c0e501..b635f8c 100644
--- a/examples/statemachine/statemachine.pro
+++ b/examples/statemachine/statemachine.pro
@@ -1,11 +1,11 @@
TEMPLATE = subdirs
-SUBDIRS += pingpong \
+SUBDIRS += pingpong
qtHaveModule(widgets) {
SUBDIRS += rogue \
trafficlight
qtConfig(animation) {
- SUBDIRS += moveblocks \
+ SUBDIRS += moveblocks
}
}
diff --git a/examples/statemachine/trafficlight/trafficlight.pro b/examples/statemachine/trafficlight/trafficlight.pro
index 0865787..1288f1f 100644
--- a/examples/statemachine/trafficlight/trafficlight.pro
+++ b/examples/statemachine/trafficlight/trafficlight.pro
@@ -5,5 +5,3 @@ SOURCES = main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/statemachine/statemachine/trafficlight
INSTALLS += target
-
-