Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Configuring QMake project issue
@ 2011-10-25  7:29 Yegor Yefremov
  2011-10-25  8:02 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Yegor Yefremov @ 2011-10-25  7:29 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

I followed your instructions on how to integrate own small project into BR. This is Qt project based on a *.pro file. My *.mk looks like this:

VSGUITEST_VERSION = 1.0
VSGUITEST_SITE_METHOD = local

define VSGUITEST_EXTRACT_CMDS
        cp -a $(TOPDIR)/package/vscom/vsguitest/src/* $(@D)/
endef

define VSGUITEST_CONFIGURE_CMDS
        $(QT_QMAKE) $(@D)/vsguitest.pro
endef

define VSGUITEST_BUILD_CMDS
        $(MAKE) -C $(@D) all
endef

$(eval $(call GENTARGETS))

The vsguitest.pro looks like this:


HEADERS             = \
    vstestgui.h \
    vsserialtest.h \
    vsnetworktest.h
SOURCES             = main.cpp \
    vstestgui.cpp \
    vsserialtest.cpp \
    vsnetworktest.cpp

LIBS += -lSerialPort -lQtNetwork

My problem is, that after source code copy qmake generates Makefile directly in BR's root and overwrites the main Makefile. With QSerialDevice I haven't experienced such problems. What can I do about this?

Regards,
Yegor 

P.S. what about adding QMake project type in addition to CMake type?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-25  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25  7:29 [Buildroot] Configuring QMake project issue Yegor Yefremov
2011-10-25  8:02 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox