Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lopespt committed May 14, 2018
2 parents 8d1b6ba + e62343f commit fa454c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11)

PROJECT(QtSortingAlgorithms)

FIND_PACKAGE(Qt5Core)
FIND_PACKAGE(Qt5Widgets)
FIND_PACKAGE(Qt5OpenGL)

IF(APPLE)
INCLUDE_DIRECTORIES("/Applications/Xcode.app/Contents/Developer/Toolchains//XcodeDefault.xctoolchain/usr/include/c++/v1/")
ENDIF(APPLE)
#IF(APPLE)
# INCLUDE_DIRECTORIES("/Applications/Xcode.app/Contents/Developer/Toolchains//XcodeDefault.xctoolchain/usr/include/c++/v1/")
#ENDIF(APPLE)

INCLUDE_DIRECTORIES("${Qt5Widgets_INCLUDES} ${Qt5OpenGL_INCLUDES}")
SET(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
1 change: 0 additions & 1 deletion VectorSorter.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef VECTORSORTER_H
#define VECTORSORTER_H

#include <QObject>
#include <QVector>
#include <QThread>
#include <QDebug>
Expand Down
11 changes: 0 additions & 11 deletions tags/QtSortingAlgorithms.tags

This file was deleted.

0 comments on commit fa454c3

Please sign in to comment.