author | unc0rr |
Sun, 16 Sep 2012 23:30:55 +0400 | |
changeset 7690 | 6ef121a80cb0 |
parent 7256 | 5b97b9946cde |
permissions | -rw-r--r-- |
5752 | 1 |
set(QT_USE_QTCORE TRUE) |
2 |
||
3 |
find_package(Qt4 REQUIRED) |
|
7256 | 4 |
if(NOT CROSSAPPLE) |
5 |
include(${QT_USE_FILE}) |
|
6 |
endif() |
|
5752 | 7 |
|
8 |
||
9 |
file(GLOB SRCS "*.c" "*.cpp") |
|
10 |
file(GLOB PUBLIC_HEADERS "*.h") |
|
11 |
qt4_wrap_cpp(MOC_SRCS "quazipfile.h") |
|
12 |
set(SRCS ${SRCS} ${MOC_SRCS}) |
|
13 |
||
14 |
add_library(quazip STATIC ${SRCS}) |