Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Commit

Permalink
cmake can install
Browse files Browse the repository at this point in the history
  • Loading branch information
ochurlaud committed Apr 29, 2015
1 parent cec2f91 commit 2125c63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -6,3 +6,4 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR})
add_subdirectory(src)
#install(TARGETS ${EXECUTABLE_OUTPUT_PATH}/${EXECUTABLE_NAME} RUNTIME DESTINATION ./bin)
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Expand Up @@ -40,3 +40,5 @@ qt5_wrap_ui(FORMS_MOC ${FORMS})
add_executable(${EXECUTABLE_NAME} ${SRCS} ${RSRCS_RCC} ${FORMS_MOC})
qt5_use_modules(${EXECUTABLE_NAME} Widgets Network Sql)

install(TARGETS ${EXECUTABLE_NAME} RUNTIME DESTINATION bin)

2 changes: 1 addition & 1 deletion src/MainWindow.cpp
Expand Up @@ -1025,7 +1025,7 @@ void MainWindow::updatePannels()
*/
void MainWindow::addNewMovies()
{
Macaw::DEBUG("[MainWindow] Enter addNewMovies");
Macaw::DEBUG_IN("[MainWindow] Enter addNewMovies");

DatabaseManager *databaseManager = DatabaseManager::instance();
bool l_imported = false;
Expand Down

0 comments on commit 2125c63

Please sign in to comment.