CMake includes Qt headers

This commit is contained in:
Nissim Hadar 2017-11-10 20:24:11 -08:00
parent 3101663b7b
commit 8433374fb6
4 changed files with 7 additions and 9 deletions

View file

@ -2,6 +2,9 @@
add_subdirectory(scribe)
set_target_properties(scribe PROPERTIES FOLDER "Tools")
add_subdirectory(auto-tester)
set_target_properties(auto-tester PROPERTIES FOLDER "Tools")
if (BUILD_TOOLS)
add_subdirectory(udt-test)
set_target_properties(udt-test PROPERTIES FOLDER "Tools")
@ -23,7 +26,4 @@ if (BUILD_TOOLS)
add_subdirectory(oven)
set_target_properties(oven PROPERTIES FOLDER "Tools")
add_subdirectory(auto-tester)
set_target_properties(auto-tester PROPERTIES FOLDER "Tools")
endif()

View file

@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.9)
set(TARGET_NAME auto-tester)
project (auto-tester)
add_executable(auto-tester src/main.cpp)
setup_hifi_project(Core Widgets)

View file

@ -12,7 +12,7 @@
#ifndef hifi_AutoTester_h
#define hifi_AutoTester_h
////#include <QtWidgets/QMainWindow>
#include <QtWidgets/QMainWindow>
////#include "ui_autoTester.h"
////#include "Test.h"
////

View file

@ -12,7 +12,7 @@
int main(int argc, char *argv[])
{
//// QApplication application(argc, argv);
QApplication application(argc, argv);
//// AutoTester autoTester;
//// autoTester.show();