Skip to content

Commit

Permalink
Add everything back in after QRegExp porting, except coordinateeditor
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew J. Milner <[email protected]>
  • Loading branch information
matterhorn103 committed Oct 24, 2024
1 parent 517e8b8 commit 1d82343
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions avogadro/qtplugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,16 @@ add_subdirectory(templatetool)
add_subdirectory(vibrations)
add_subdirectory(vrml)

# These should work after the QRegExp migration
add_subdirectory(apbs)
add_subdirectory(cp2kinput)
add_subdirectory(forcefield)
add_subdirectory(gamessinput)

if(QT_VERSION EQUAL 5)
# This will need some work on the QRegExp migration
add_subdirectory(apbs)
# Still has a QPalette issue in Qt6
add_subdirectory(coordinateeditor)
add_subdirectory(cp2kinput)
add_subdirectory(forcefield)
add_subdirectory(gamessinput)
# The SVG library changed in Qt6
# The SVG library changed in Qt6
add_subdirectory(svg)
endif()

Expand All @@ -162,11 +164,8 @@ if(USE_VTK)
endif()

# script plugins (input generators, etc.)
if(QT_VERSION EQUAL 5)
# QRegExp fixes needed in classes these depend on
add_subdirectory(commandscripts)
add_subdirectory(quantuminput)
endif()
add_subdirectory(commandscripts)
add_subdirectory(quantuminput)
add_subdirectory(scriptcharges)
add_subdirectory(scriptfileformats)

Expand Down

0 comments on commit 1d82343

Please sign in to comment.