Skip to content

Commit

Permalink
refactor: adjusting qtcdir variable on CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoc7 committed Apr 27, 2024
1 parent 3b63865 commit 2e108f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10)
project(CuteDiscordPresence)

list(APPEND CMAKE_PREFIX_PATH ${qt_dir})
list(APPEND CMAKE_PREFIX_PATH "/home/eduardo/AllQtFramewrok/qtcreator-13.0.0")
list(APPEND CMAKE_PREFIX_PATH ${qtc_dir})
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

set(CMAKE_AUTOMOC ON)
Expand Down

0 comments on commit 2e108f8

Please sign in to comment.