blob: aab3ac1bb4d78dc2e174348a8d5b3e6693b809a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
contains(CONFIG, dll) {
DEFINES += LANGUAGEUTILS_BUILD_DIR
} else {
DEFINES += LANGUAGEUTILS_BUILD_STATIC_LIB
}
HEADERS += \
$$PWD/languageutils_global.h \
$$PWD/fakemetaobject.h \
$$PWD/componentversion.h
SOURCES += \
$$PWD/fakemetaobject.cpp \
$$PWD/componentversion.cpp
|