discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] "QT_UIC_EXECUTABLE-NOTFOUND" Error


From: Volker Schroer
Subject: Re: [Discuss-gnuradio] "QT_UIC_EXECUTABLE-NOTFOUND" Error
Date: Sat, 06 Apr 2013 08:33:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130326 Thunderbird/17.0.4

Hi,

do you have something like

find_package(Qt4 REQUIRED )
include(${QT_USE_FILE})
GR_PYTHON_CHECK_MODULE("PyQt4" PyQt4 True PYQT4_FOUND)

in your main CMakeLists.txt file ?

Volker


Am 06.04.2013 02:14, schrieb Adriana Arteaga:
Hi! I'm doing a new sink with QT, but I cannot to include at e110.

When I execute cmake, I have this error:

The following variables are used in the project, but they are set to
NOTFOUND. Please set them or make sure they are set and tested correctly
in CMake files:

QT_QTCORE_INCLUDE_DIR (ADVANCES) ....

QT_QTGUI_INCLUDE_DIR (ADVANCES) ....


I found this post
http://lists.gnu.org/archive/html/discuss-gnuradio/2011-11/msg00156.htmland
I executed this cmake command, and worked:

cmake
-DCMAKE_TOOLCHAIN_DIR=../cmake/Toolchains/arm_cortex_a8_native.cmake
-DENABLE_GRC=OFF -DENABLE_GR_QTGUI=OFF
-DQT_QTCORE_INCLUDE_DIR=/usr/include/qt4/QtCore
-DQT_QTGUI_INCLUDE_DIR=/usr/include/qt4/QtGui ../

Then, when I execute make, I have this error:

/bin/sh: QT_UIC_EXECUTABLE-NOTFOUND: not found


Can anyone help me to solve this?

Thanks!

AA





_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio





reply via email to

[Prev in Thread] Current Thread [Next in Thread]