Added find_package

This commit is contained in:
Daniel Brunner
2018-12-16 20:31:26 +01:00
parent 3a65f07af2
commit 222960053c

View File

@@ -1,3 +1,8 @@
find_package(Qt5Core CONFIG REQUIRED)
find_package(Qt5Gui CONFIG REQUIRED)
find_package(Qt5Widgets CONFIG REQUIRED)
find_package(Qt5LinguistTools CONFIG REQUIRED)
set(HEADERS set(HEADERS
exportdialog.h exportdialog.h
exportplugin.h exportplugin.h