Skip to content

Commit 9432d17

Browse files
committed
Revert "Compatibility with older Qt versions (on Debian etc.)"
This reverts commit 75fb004.
1 parent 38462cd commit 9432d17

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/CMakeLists.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
# Compatibility with older Qt versions (on Debian etc.)
2-
qt_add_executable(virtual-surround-manager MANUAL_FINALIZATION)
1+
add_executable(virtual-surround-manager)
32

43
# Kirigami libraries, settings and links
54
ecm_add_qml_module(virtual-surround-manager
65
URI de.berny23.virtual_surround_manager
7-
NO_PLUGIN
8-
QML_FILES
9-
qml/Main.qml
10-
qml/Settings.qml
116
)
127

138
target_sources(virtual-surround-manager
@@ -67,8 +62,7 @@ install(
6762
DESTINATION ${KDE_INSTALL_DATADIR}/icons/hicolor/scalable/apps
6863
)
6964

70-
# Compatibility with older Qt versions (on Debian etc.)
71-
qt_finalize_target(virtual-surround-manager)
65+
add_subdirectory(qml)
7266

7367
# Install binary to default system path
7468
install(TARGETS virtual-surround-manager ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})

0 commit comments

Comments
 (0)