changeset 8058 | bcebfc477459 |
parent 8054 | 39f8ea1a441f |
parent 8057 | 93e16240f178 |
child 8059 | 07661fb20586 |
8054:39f8ea1a441f | 8058:bcebfc477459 |
---|---|
1 set(QT_USE_QTCORE TRUE) |
|
2 |
|
3 find_package(Qt4 REQUIRED) |
|
4 if(NOT CROSSAPPLE) |
|
5 include(${QT_USE_FILE}) |
|
6 endif() |
|
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}) |