Re: [Development] cmake for Qt

2013-03-11 Thread 1+1=2
Hi, This should go to qt-interest mail list instead of qt-development. BTW, this error has nothing to do with CMAKE. and I couldn't understand what you are trying to do with following code. #ifndef Q_WS_WIN return ((int*)(&Q_WS_WIN))[argc]; ... Regards, Debao On Tue, Mar 12, 2013 at 11:08

[Development] cmake for Qt

2013-03-11 Thread 彭亮
Hello This is my first to compile qt project use cmake. I written CmakeLists.txt: PROJECT(test) CMAKE_MINIMUM_REQUIRED(VERSION 2.8) FIND_PACKAGE(Qt4 REQUIRED) INCLUDE(${QT_USE_FILE}) ADD_DEFINITIONS(${QT_DEFINITIONS}) SET(test_HEADERS widget.h comparefilethread.h) SET(test_SOURCES main.cpp