[Piklab-svn] SF.net SVN: piklab:[2952] trunk/piklab_kde4
IDE for PIC microcontrollers
Brought to you by:
azhyd
|
From: <az...@us...> - 2012-08-16 06:44:51
|
Revision: 2952
http://piklab.svn.sourceforge.net/piklab/?rev=2952&view=rev
Author: azhyd
Date: 2012-08-16 06:44:44 +0000 (Thu, 16 Aug 2012)
Log Message:
-----------
fix compilation on Fedora 17 [thanks to bitlord]
Modified Paths:
--------------
trunk/piklab_kde4/Changelog
trunk/piklab_kde4/cmake/Piklab.cmake
Modified: trunk/piklab_kde4/Changelog
===================================================================
--- trunk/piklab_kde4/Changelog 2012-08-16 06:38:39 UTC (rev 2951)
+++ trunk/piklab_kde4/Changelog 2012-08-16 06:44:44 UTC (rev 2952)
@@ -8,6 +8,7 @@
* fixed crash when changing watched variable value [reported by Luca]
* added pickit3 support for 18F2XX/4XX (with correct firmware loaded)
* fixed hang with "stop" command in interactive command-line programmer
+* fix compilation on Fedora 17 [thanks to bitlord]
0.16.1 (1 July 2012)
* fixed command-line utilities compilation with Qt only
Modified: trunk/piklab_kde4/cmake/Piklab.cmake
===================================================================
--- trunk/piklab_kde4/cmake/Piklab.cmake 2012-08-16 06:38:39 UTC (rev 2951)
+++ trunk/piklab_kde4/cmake/Piklab.cmake 2012-08-16 06:44:44 UTC (rev 2952)
@@ -27,7 +27,7 @@
else(QT_ONLY)
find_package(KDE4 REQUIRED)
add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
- include_directories( ${KDE4_INCLUDE_DIRS})
+ include_directories( ${KDE4_INCLUDES})
set(EXE_LIBS ${QT_LIBRARIES} ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS})
set(GUI_LIBS ${KDE4_KDEUI_LIBS} ${KDE4_KDE3SUPPORT_LIBS} ${EXE_LIBS} kde_gui ${KDE4_KTEXTEDITOR_LIBS} ${KDE4_KFILE_LIBS})
endif(QT_ONLY)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|