palate 0.3.9

File type detection combining tft and hyperpolyglot
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Simple QMake file

CONFIG += qt
QT += core gui
TEMPLATE = app
TARGET = simpleapp

SOURCES += file.cpp \
    file2.c \
    This/Is/Folder/file3.cpp

HEADERS += file.h \
    file2.h \
    This/Is/Folder/file3.h

FORMS += This/Is/Folder/file3.ui \
    Test.ui