Subversion Repositories public iLand

Rev

Rev 959 | Rev 964 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 959 Rev 961
Line 17... Line 17...
17
#QMAKE_LFLAGS_RELEASE -= -Wl,-s
17
#QMAKE_LFLAGS_RELEASE -= -Wl,-s
18
18
19
CONFIG += exceptions
19
CONFIG += exceptions
20
HEADERS       = \
20
HEADERS       = \
21
    barkbeetleplugin.h \
21
    barkbeetleplugin.h \
22
    barkbeetlemodule.h
-
 
-
 
22
    barkbeetlemodule.h \
-
 
23
    barkbeetlescript.h
23
24
24
SOURCES       = \
25
SOURCES       = \
25
    barkbeetleplugin.cpp \
26
    barkbeetleplugin.cpp \
26
    barkbeetlemodule.cpp
-
 
-
 
27
    barkbeetlemodule.cpp \
-
 
28
    barkbeetlescript.cpp
27
TARGET        = $$qtLibraryTarget(iland_barkbeetle)
29
TARGET        = $$qtLibraryTarget(iland_barkbeetle)
28
DESTDIR       = ../../plugins
30
DESTDIR       = ../../plugins
29
31
30
32
31
33