Skip to content

This program should create lists of orders for little companies and send them via email.

License

Notifications You must be signed in to change notification settings

AchMenz/UniversalOrderProgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UniversalOrderProgram

This program should create lists of orders for little companies and send them via email.

Database: SQlite

Language: C++

Parameter zum Kompilieren (mit CodeLite):

Linker: "-l sqlite3

Compiler "-std=c++11"

You need

.pro-File

In der .pro File von Qmake muss folgendes hinzugefügt werden (unter "# Input"):

LIBS += -lsqlite3

QMAKE_CXXFLAGS += -std=c++11

packages

sudo apt-get install sqlite3 libsqlite3-dev qt4-default libboost-dev

About

This program should create lists of orders for little companies and send them via email.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published