Added find_package

This commit is contained in:
Daniel Brunner
2018-12-16 20:15:45 +01:00
parent ca6039206d
commit 9236d74846

View File

@@ -1,5 +1,9 @@
project(DbPathFinder)
find_package(Qt5Core CONFIG REQUIRED)
find_package(Qt5Gui CONFIG REQUIRED)
find_package(Qt5Widgets CONFIG REQUIRED)
set(HEADERS
mainwindow.h
mywidget.h