Include previous added image classes into build
This commit is contained in:
parent
f954e15fb6
commit
8378e71435
1 changed files with 6 additions and 2 deletions
|
@ -123,14 +123,18 @@ config_pri_source_group1 {
|
|||
$$quote($$BASEDIR/src/Pnut_test.cpp) \
|
||||
$$quote($$BASEDIR/src/WebImageView.cpp) \
|
||||
$$quote($$BASEDIR/src/applicationui.cpp) \
|
||||
$$quote($$BASEDIR/src/main.cpp)
|
||||
$$quote($$BASEDIR/src/main.cpp) \
|
||||
$$quote($$BASEDIR/src/netimagemanager.cpp) \
|
||||
$$quote($$BASEDIR/src/netimagetracker.cpp)
|
||||
|
||||
HEADERS += \
|
||||
$$quote($$BASEDIR/src/ActiveFrameQML.h) \
|
||||
$$quote($$BASEDIR/src/Pnut.h) \
|
||||
$$quote($$BASEDIR/src/WebImageView.h) \
|
||||
$$quote($$BASEDIR/src/applicationui.hpp) \
|
||||
$$quote($$BASEDIR/src/globals.h)
|
||||
$$quote($$BASEDIR/src/globals.h) \
|
||||
$$quote($$BASEDIR/src/netimagemanager.h) \
|
||||
$$quote($$BASEDIR/src/netimagetracker.h)
|
||||
}
|
||||
|
||||
CONFIG += precompile_header
|
||||
|
|
Reference in a new issue