X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=www%2Fpswgen05.html;h=d84504d70d2e4b5467eef76466871a3283742bfd;hp=bc6b5d6545d1b5d70f1065cce92d414c537efd85;hb=14d19e80570564c2cdbe9ca6feba246fa994a250;hpb=95547de3c87b4f0dc46b2fc53f18e7cbd1782de4 diff --git a/www/pswgen05.html b/www/pswgen05.html index bc6b5d6..d84504d 100644 --- a/www/pswgen05.html +++ b/www/pswgen05.html @@ -34,11 +34,6 @@
set(QT_DONT_USE_QTGUI TRUE)
 include(${QT_USE_FILE})
-

The next line adds the PSWGEN_GENERATOR_LIBRARY definition to the compiler (remember the lib.h file and - the PSWGEN_GENERATOR_EXPORT macro in the igeneraror.h file?): - -

add_definitions(-DPSWGEN_GENERATOR_LIBRARY)
-

Add all the eVaf include directories to the compiler. The variable eVaf_INCLUDE contains all the eVaf include directories and is already initialized with proper values when this CMakeLists.txt file is processed.

@@ -61,7 +56,6 @@ during the build, do not include here any other header files.

set(MOC_HDRS
-    igenerator.h
     module.h
 )
@@ -93,9 +87,6 @@ set(QT_DONT_USE_QTGUI TRUE) include(${QT_USE_FILE}) -# Needed for exporting symbols from this library -add_definitions(-DPSWGEN_GENERATOR_LIBRARY) - # Include directories include_directories(${eVaf_INCLUDE}) @@ -103,14 +94,12 @@ set(eVaf_LIBRARIES CommonLib PluginsLib) # Source files -set(MOC_HDRS - igenerator.h - module.h +set(SRCS + module.cpp ) # Header files for the Qt meta-object compiler set(MOC_HDRS - igenerator.h module.h )