(remove symlinks)
This commit is contained in:
arcan1s
2014-08-20 22:16:06 +04:00
parent 35d740b778
commit 16662f697b
48 changed files with 74 additions and 66 deletions

View File

@ -1,6 +1,8 @@
# set files
file (GLOB SOURCES *.cpp)
file (GLOB HEADERS *.h)
file (GLOB_RECURSE SOURCES *.cpp ${PROJECT_TRDPARTY_DIR}/task/*.cpp
${PROJECT_TRDPARTY_DIR}/language/*.cpp)
file (GLOB_RECURSE HEADERS *.h ${PROJECT_TRDPARTY_DIR}/task/*.h
${PROJECT_TRDPARTY_DIR}/language/*.h)
file (GLOB LANGUAGES ${SUBPROJECT_TRANSLATION_DIR}/*.ts)
set (RESOURCES ${SUBPROJECT_RESOURCE_DIR}/resources-helper.qrc)
@ -10,7 +12,8 @@ include_directories (${CMAKE_CURRENT_SOURCE_DIR}/../../${PROJECT_LIBRARY}/includ
${CMAKE_CURRENT_BINARY_DIR}/../
${CMAKE_SOURCE_DIR}
${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR})
${CMAKE_CURRENT_BINARY_DIR}
${PROJECT_TRDPARTY_DIR})
link_directories (${PROJECT_LIBRARY}/src/lib)
if (USE_QT5)

View File

@ -1 +0,0 @@
../../gui/src/language.cpp

View File

@ -1 +0,0 @@
../../gui/src/language.h

View File

@ -25,7 +25,8 @@
#include <iostream>
#include <unistd.h>
#include "language.h"
#include <language/language.h>
#include "messages.h"
#include "netctlhelper.h"
#include "version.h"

View File

@ -24,10 +24,10 @@
#include <unistd.h>
#include <netctlgui/netctlgui.h>
#include <pdebug/pdebug.h>
#include "controladaptor.h"
#include "netctladaptor.h"
#include "pdebug.h"
#include "version.h"

View File

@ -1 +0,0 @@
../../3rdparty/pdebug/pdebug.h